diff options
author | David RodrÃguez <[email protected]> | 2022-02-09 17:11:52 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-02-11 18:20:20 +0900 |
commit | 7b676b3ce383c0b43a81694f80fbb424ee753213 () | |
tree | 290fdcce68bee611b5d102ca7da3e5dd6e94ec2e /spec/bundler/commands/check_spec.rb | |
parent | 22bf6e43937a198b94230b7a496983bf816551c6 (diff) |
[rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple sources
https://.com/rubygems/rubygems/commit/9712262d90
-rw-r--r-- | spec/bundler/commands/check_spec.rb | 63 |
1 files changed, 63 insertions, 0 deletions
@@ -431,6 +431,69 @@ RSpec.describe "bundle check" do end end describe "BUNDLED WITH" do def lock_with(bundler_version = nil) lock = <<~L |