summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-12-24 20:42:50 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-25 05:55:36 +0900
commit8f05e4f54bdb3bcf05574bd5f12e56f7e010c8a2 (patch)
treef84580ebe619c61036604163ca17aa33a141fda2 /libexec
parent3cbe37bd357464c0ce665770998b691cad022a24 (diff)
downloadruby-8f05e4f54bdb3bcf05574bd5f12e56f7e010c8a2.tar.gz
Update Bundler to 2.4.1 & and RubyGems to 3.4.1
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bundle b/libexec/bundle
index 77b77d8ef8..eaf2246bc0 100755
--- a/libexec/bundle
+++ b/libexec/bundle
@@ -15,7 +15,7 @@ else
require "bundler"
end
-if Gem.rubygems_version < Gem::Version.new("3.2.3") && Gem.ruby_version < Gem::Version.new("3.0.a") && !ENV["BUNDLER_NO_OLD_RUBYGEMS_WARNING"]
+if Gem.rubygems_version < Gem::Version.new("3.2.3") && Gem.ruby_version < Gem::Version.new("2.7.a") && !ENV["BUNDLER_NO_OLD_RUBYGEMS_WARNING"]
Bundler.ui.warn \
"Your RubyGems version (#{Gem::VERSION}) has a bug that prevents " \
"`required_ruby_version` from working for Bundler. Any scripts that use " \