diff --git a/update.sh b/update.sh index a9264c6f5..7d4fdfa0d 100755 --- a/update.sh +++ b/update.sh @@ -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