| Age | Commit message (Collapse) | Author |
|
- The remaining code was not ported over as I felt it wasn't useful
to output the Ruby related version in the context of
running `bundle doctor`.
|
|
https://github.com/rubygems/rubygems/commit/e4f70a3e4f
|
|
https://github.com/rubygems/rubygems/commit/40cf54d256
|
|
https://github.com/rubygems/rubygems/commit/38a0bdc123
|
|
https://github.com/rubygems/rubygems/commit/bf63859e1e
|
|
https://github.com/rubygems/rubygems/commit/0aae094c89
|
|
https://github.com/rubygems/rubygems/commit/e6aa8aabcd
|
|
- The command can either be run using:
1. `bundle doctor --ssl`
2. `bundle doctor ssl`
The later is most useful when you need to specify
custom ssl options (such as the verify mode or the
TLS version when running the diagnostic).
The implementation will follow in the next commits.
https://github.com/rubygems/rubygems/commit/993d12874c
|
|
- Copy/pasted from https://github.com/rubygems/ruby-ssl-check.
The next commits will break it down for easier reviewing.
https://github.com/rubygems/rubygems/commit/aa643a11b1
|