diff options
author | David RodrÃguez <[email protected]> | 2022-09-07 07:13:04 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-09-08 11:25:03 +0900 |
commit | 24fd2f73d0835eea534225a6381551d591764002 (patch) | |
tree | 3447658af19fa723e6c2c4c3e5cbdacda430e424 /lib/rubygems/stub_specification.rb | |
parent | 2d57447ae80e0b0895d6d22d606391b48516ba93 (diff) |
Resync Bundler & RubyGems
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6330
Diffstat (limited to 'lib/rubygems/stub_specification.rb')
-rw-r--r-- | lib/rubygems/stub_specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/stub_specification.rb b/lib/rubygems/stub_specification.rb index 33b4f45b0a..512ca9143d 100644 --- a/lib/rubygems/stub_specification.rb +++ b/lib/rubygems/stub_specification.rb @@ -19,9 +19,9 @@ class Gem::StubSpecification < Gem::BasicSpecification # These are common require paths. REQUIRE_PATHS = { # :nodoc: - "lib" => "lib".freeze, + "lib" => "lib".freeze, "test" => "test".freeze, - "ext" => "ext".freeze, + "ext" => "ext".freeze, }.freeze # These are common require path lists. This hash is used to optimize |