mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Merge RubyGems-3.3.16 and Bundler-2.3.16
This commit is contained in:
parent
b9f6a09bd2
commit
a01f5ad1ec
66 changed files with 808 additions and 562 deletions
|
@ -18,7 +18,7 @@ module Kernel
|
|||
end
|
||||
|
||||
file = Gem::KERNEL_WARN_IGNORES_INTERNAL_ENTRIES ? "<internal:#{__FILE__}>" : __FILE__
|
||||
module_eval <<'RUBY', file, __LINE__ + 1
|
||||
module_eval <<'RUBY', file, __LINE__ + 1 # rubocop:disable Style/EvalWithLocation
|
||||
##
|
||||
# When RubyGems is required, Kernel#require is replaced with our own which
|
||||
# is capable of loading gems on demand.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue