aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/rubygems_integration.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-19 13:51:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-19 13:51:31 +0900
commit3605c9ae608e41f8e74af9fc537e891aa79d1165 (patch)
tree92155875c3339ba1d2114267c27b07dc627c7f0b /lib/bundler/rubygems_integration.rb
parent3f5ec5c8661748afb9cc3cbf1aff113d602e1fad (diff)
downloadruby-3605c9ae608e41f8e74af9fc537e891aa79d1165.tar.gz
Don't need to refer SINCE constant
Diffstat (limited to 'lib/bundler/rubygems_integration.rb')
-rw-r--r--lib/bundler/rubygems_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 58f49d0a57..bb2f1ad107 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -373,7 +373,7 @@ module Bundler
def replace_entrypoints(specs)
specs_by_name = add_default_gems_to(specs)
- if defined?(::Gem::BUNDLED_GEMS::SINCE)
+ if defined?(::Gem::BUNDLED_GEMS)
replace_require(specs)
else
reverse_rubygems_kernel_mixin