diff options
author | David RodrÃguez <[email protected]> | 2023-10-26 22:17:09 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-13 11:06:10 +0900 |
commit | a4d80eee179cf4d0b126aa8c61888b7e08795a85 () | |
tree | 33bfed98764f21b8b497a93f9d924fc483cecd51 /lib/rubygems.rb | |
parent | 50482cd1e5542f210565440bed7586821f774a29 (diff) |
[rubygems/rubygems] Let RuboCop target Ruby 3.0
https://.com/rubygems/rubygems/commit/70243b1d72
-rw-r--r-- | lib/rubygems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1287,7 +1287,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]} ## # Location of Marshal quick gemspecs on remote repositories - MARSHAL_SPEC_DIR = "quick/Marshal.#{Gem.marshal_version}/" autoload :ConfigFile, File.expand_path("rubygems/config_file", __dir__) autoload :Dependency, File.expand_path("rubygems/dependency", __dir__) |