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:
parent
cf386da652
commit
72a056e4e6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ latest_gem_version() {
|
||||||
# https://github.com/docker-library/ruby/issues/246
|
# https://github.com/docker-library/ruby/issues/246
|
||||||
rubygems='3.0.3'
|
rubygems='3.0.3'
|
||||||
declare -A newEnoughRubygems=(
|
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
|
# TODO once all versions are in this family of "new enough", remove RUBYGEMS_VERSION code entirely
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue