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

14 commits

Author SHA1 Message Date
Tianon Gravi
87ab073c1c Apply Alpine thread stack size patch
This patch was OK'd by a Ruby maintainer (https://bugs.ruby-lang.org/issues/14387#note-16), but hasn't been merged because it isn't generic enough to support glibc properly, which doesn't matter here (since we're Alpine-only in this context).
2018-09-20 15:58:57 -07:00
Docker Library Bot
929ba8718f Update to 2.6.0-preview2, bundler 1.16.5, rubygems 2.7.7 2018-09-18 17:03:13 +00:00
Tianon Gravi
96967d8295 Add "--no-network" to all APK invocations that shouldn't need to hit the mirrors for any reason 2018-09-13 10:04:36 -07:00
Fumiaki MATSUSHIMA
55b509b397 Remove libressl-dev from runtime dependency 2018-09-09 22:03:24 +09:00
Docker Library Bot
8e4d795f70 Update to 2.6.0-preview2, bundler 1.16.4, rubygems 2.7.7 2018-08-20 17:03:14 +00:00
Docker Library Bot
57801cf4e9 Update to 2.6.0-preview2, bundler 1.16.3, rubygems 2.7.7 2018-07-17 05:03:17 +00:00
Docker Library Bot
ecb7833700 Update to 2.6.0-preview2, bundler 1.16.2, rubygems 2.7.7 2018-06-01 05:03:13 +00: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
Docker Library Bot
0f01e5bae9 Update to 2.6.0-preview1, bundler 1.16.2, rubygems 2.7.7 2018-05-18 05:03:18 +00:00
Docker Library Bot
67c61268a7 Update to 2.6.0-preview1, bundler 1.16.2, rubygems 2.7.6 2018-05-16 23:03:15 +00: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
Fumiaki MATSUSHIMA
c0740f2479 $ docker run --rm -v $PWD:/app -w /app ruby ./update.sh 2018-03-29 20:42:31 +09:00
Fumiaki MATSUSHIMA
53ca276f03 $ cp -r 2.5 2.6-rc 2018-03-29 20:42:29 +09:00