aboutsummaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-10-26 22:12:02 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-13 11:06:10 +0900
commit50482cd1e5542f210565440bed7586821f774a29 (patch)
tree78ea56dcf75b96116fc6bb5fd3dd4b6cfdd72316 /libexec
parent54511303a46901a82e9b2d4ee460b2048e59a2e5 (diff)
downloadruby-50482cd1e5542f210565440bed7586821f774a29.tar.gz
[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in Bundler
https://github.com/rubygems/rubygems/commit/93619c97ff
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/bundle9
1 files changed, 0 insertions, 9 deletions
diff --git a/libexec/bundle b/libexec/bundle
index 90c62627f8..a9f63bfd95 100755
--- a/libexec/bundle
+++ b/libexec/bundle
@@ -15,15 +15,6 @@ end
require "bundler"
-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 " \
- "`gem install bundler` will break as soon as Bundler drops support for " \
- "your Ruby version. Please upgrade RubyGems to avoid future breakage " \
- "and silence this warning by running `gem update --system 3.2.3`"
-end
-
require "bundler/friendly_errors"
Bundler.with_friendly_errors do