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

Ruby 2.6.2 has RubyGems 3.0.3

This commit is contained in:
Tianon Gravi 2019-03-13 14:30:59 -07:00
parent cf386da652
commit 72a056e4e6

View file

@ -20,7 +20,7 @@ latest_gem_version() {
# https://github.com/docker-library/ruby/issues/246
rubygems='3.0.3'
declare -A newEnoughRubygems=(
# [2.6]=1 # 2.6.1 => gems 3.0.1
[2.6]=1 # 2.6.2 => gems 3.0.3
)
# TODO once all versions are in this family of "new enough", remove RUBYGEMS_VERSION code entirely