Merge RubyGems-3.4.0 and Bundler-2.4.0

This commit is contained in:
Hiroshi SHIBATA 2022-12-22 08:20:23 +09:00
parent d5635dfe36
commit f6620037ba
Notes: git 2022-12-24 07:57:26 +00:00
57 changed files with 2902 additions and 168 deletions

View file

@ -8,7 +8,7 @@
require "rbconfig"
module Gem
VERSION = "3.4.0.dev".freeze
VERSION = "3.4.0".freeze
end
# Must be first since it unloads the prelude from 1.9.2
@ -1297,7 +1297,6 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
MARSHAL_SPEC_DIR = "quick/Marshal.#{Gem.marshal_version}/".freeze
autoload :BundlerVersionFinder, File.expand_path("rubygems/bundler_version_finder", __dir__)
autoload :ConfigFile, File.expand_path("rubygems/config_file", __dir__)
autoload :Dependency, File.expand_path("rubygems/dependency", __dir__)
autoload :DependencyList, File.expand_path("rubygems/dependency_list", __dir__)