mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Merge RubyGems-3.4.0 and Bundler-2.4.0
This commit is contained in:
parent
d5635dfe36
commit
f6620037ba
Notes:
git
2022-12-24 07:57:26 +00:00
57 changed files with 2902 additions and 168 deletions
|
@ -118,6 +118,8 @@ class TestKernel < Gem::TestCase
|
|||
end
|
||||
|
||||
def test_gem_bundler_inferred_bundler_version
|
||||
require "rubygems/bundler_version_finder"
|
||||
|
||||
Gem::BundlerVersionFinder.stub(:bundler_version, Gem::Version.new("1")) do
|
||||
quick_gem "bundler", "1"
|
||||
quick_gem "bundler", "2.a"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue