1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Tianon Gravi
84db4691c0 Adjust RUBYGEMS_VERSION to be fixed at either 3.0.1 or the Ruby-bundled version, whichever is newer
This also adjusts Bundler to be explicitly fixed at either 1.17.2 or the Ruby/Rubygems-bundled version, whichever is newer -- this is slightly older than what we've already pushed (1.17.3), but nothing in the changelog appears to be relevant, so this seems fine: https://github.com/bundler/bundler/compare/v1.17.2...v1.17.3#diff-4ac32a78649ca5bdd8e0ba38b7006a1e

For Ruby 2.6, this means we no longer do anything to the bundled Rubygems (or Bundler), and simply provide whatever comes with the Ruby release as-is, and it is now up to users to explicitly update if they need a newer version than is provided here.
2019-01-04 15:30:47 -08:00
Tianon Gravi
699a043113 Remove BUNDLE_BIN and add GEM_HOME/bin back to PATH
See https://github.com/docker-library/ruby/pull/208#issuecomment-390755292
2018-05-23 10:00:40 -07:00
Joe Ferguson
77515a0627 Add link to bundler/bundler comment 2018-05-16 12:32:39 -07:00
Joe Ferguson
ee0b15d76c Fix PATH to use the fully generic binstubs
bundler binstubs are not necessarily generic; they were until bundler 1.16 and should be fixed back, but will likely be non-generic again by default in 2.0

See https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
2018-05-15 14:12:56 -07:00
Felipe Sateler
4d2e178d38 Add libssl1.0-dev mangling to the auto update script and run update.sh 2018-01-26 14:59:11 -08:00
Stephen Crosby
c9a4472a01
Remove /root/.gem to shrink image size 2018-01-22 16:19:04 -08:00
Fumiaki MATSUSHIMA
6959194971 Add 2.5-rc builds 2017-10-24 13:33:02 +09:00
Tianon Gravi
a6918175fd Add explicit "jessie" and "alpine3.4" aliases 2017-07-31 16:48:09 -07:00
Renamed from Dockerfile.template (Browse further)