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

12 commits

Author SHA1 Message Date
Nick Novitski
d88c77ea84 Create ~/.gemrc before updating rubygems
Previously, the only gem referred to in the build was Bundler.
Immediately before it was installed, rubygems was globally configured to
not install documentation when gems are installed or updated.

Now, rubygems is updated in the same RUN step that installs ruby.  By
creating the .gemrc file before that step, the `gem update rubygems`
command no longer needs an explicit `--no-documentation` flag.
2015-08-07 17:56:20 +00:00
Nick Novitski
9352014dc1 Specify install and update for --no-document flag
These are the only two commands which use that flag, so behavior remains
unchanged.
2015-08-07 17:50:43 +00:00
Nick Novitski
ec4d3c5af4 Use --no-document flag in .gemrc
It is synonymous with `--no-rdoc --no-ri`, but newer, and slightly more
obvious.
2015-08-07 04:17:03 +00:00
Nick Novitski
d9a2cd2e74 Update rubygems to explicit RUBYGEMS_VERSION 2015-08-05 04:04:53 +00:00
Tianon Gravi
3c8701dbc2 Update bundler to 1.10.6 2015-07-23 09:28:50 -07:00
Tianon Gravi
5b80d07084 Update to bundler 1.10.5 2015-06-26 16:03:01 -07:00
Tianon Gravi
cc89354ca3 Update bundler to 1.10.4 2015-06-16 13:24:00 -07:00
Tianon Gravi
b99f51cf01 Add an explicit BUNDLER_VERSION 2015-06-12 11:06:36 -07:00
Brian Goff
4ccabb5557 Bump ruby minor versions
2.2.2
2.1.6
2.0.0-p645

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-04-13 13:11:29 -04:00
Tianon Gravi
69582bf7de Use && instead of ; for consistency 2015-04-01 13:37:40 -06:00
Tianon Gravi
90c4e3be58 Update to 2.0.0-p643 and 2.2.1 2015-02-27 10:44:15 -07:00
Joe Ferguson
8164fe0308 Add slim for all the versions 2015-01-23 15:59:46 -08:00