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

26 commits

Author SHA1 Message Date
Adrian Perez
a1a3705311 Silence bundler's root warning by default 2016-01-16 04:35:36 +01:00
Tianon Gravi
90b6b506a4 Update to 2.2.4, 2.1.8, and 2.0.0-p648 2015-12-16 08:44:37 -08:00
Tianon Gravi
0551189394 Update bundler to 1.11.2 2015-12-16 08:44:10 -08:00
Tianon Gravi
60b0fe13b2 Update bundler to 1.11.1 2015-12-15 13:29:52 -08:00
Tianon Gravi
376fd1de50 Update rubygems to 2.5.1 and bundler to 1.11.0 2015-12-14 11:17:18 -08:00
Joe Ferguson
74ee8aec9c update.sh for rubygems 2015-11-04 13:58:43 -08:00
flower-pot
0cdec78d89 bump ruby minor versions
2.2.3
2.1.7
2.0.0-p647
2015-08-19 10:52:51 +02:00
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
Moghedrin
00aae8a4d6 Fix update script and add sha256 validation 2015-03-31 14:18:13 -06:00
Joe Ferguson
fce6523674 Fix gdbm not being available, remove deps that are now in buildpack-deps 2015-01-21 13:23:43 -08:00
Tianon Gravi
069e9f5f9a Ruby 2.1.5, 2.0.0-p598, 1.9.3-p551 2014-11-14 11:35:18 -07:00
Tianon Gravi
59efe8f729 Update for CVE-2014-8080
Fixes #23
2014-10-28 19:20:18 -06:00
Tianon Gravi
f9a2625e38 Simplify bundler config so "bundle install" does the right thing by default 2014-10-17 18:32:02 -06:00
Tianon Gravi
50295f3a13 Update Ruby versions and fix installation issues with trying to remove procps and thus init 2014-09-22 10:09:23 -06:00
Tianon Gravi
2701609004 Replace apt-get purge && apt-get autoremove with apt-get purge --auto-remove 2014-09-09 11:01:48 -06:00
Joe Ferguson
950a673e59 Clean up apt cache after installing 2014-08-14 10:50:29 -06:00
Joe Ferguson
21a9f1094c Add default command 2014-08-12 18:09:49 -06:00
Joe Ferguson
4e94b39f5b Add ruby 1.9 2014-08-12 17:56:51 -06:00
Renamed from Dockerfile (Browse further)