summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-06 19:10:43 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commitec5dae0d816261719b0b2f9595c072701c7036e0 (patch)
tree83c22dc4a714a0897fd1348034f1e6272e7fbf5b /libexec
parent1a0c76f4e1cb779f40986285ec931078835495ae (diff)
Merge RubyGems-3.3.10 and Bundler-2.3.10
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bundle b/libexec/bundle
index b8bf0d699b..73a6397e77 100755
--- a/libexec/bundle
+++ b/libexec/bundle
@@ -20,7 +20,7 @@ gem "bundler", Bundler::VERSION if Gem.rubygems_version < Gem::Version.new("2.6.
if Gem.rubygems_version < Gem::Version.new("3.2.3") && Gem.ruby_version < Gem::Version.new("2.6.a") && !ENV["BUNDLER_NO_OLD_RUBYGEMS_WARNING"]
Bundler.ui.warn \
- "Your RubyGems version (#{Gem::VERSION})) has a bug that prevents " \
+ "Your RubyGems version (#{Gem::VERSION}) has a bug that prevents " \
"`required_ruby_version` from working for Bundler. Any scripts that use " \
"`gem install bundler` will break as soon as Bundler drops support for " \
"your Ruby version. Please upgrade RubyGems to avoid future breakage " \