Don't need to refer SINCE constant

This commit is contained in:
Hiroshi SHIBATA 2023-10-19 13:51:31 +09:00
parent 3f5ec5c866
commit 3605c9ae60
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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