diff options
author | David RodrÃguez <[email protected]> | 2022-01-31 17:45:12 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-02-01 08:09:23 +0900 |
commit | 517d7c3221e3ca0ca76d79cc67cb9efefc01ece3 () | |
tree | c7080febcd179b0e4f18cac553116164ebc9749a /spec/bundler/commands/clean_spec.rb | |
parent | 2b2e3b79919c153c3022115ccca24a80a2b57899 (diff) |
Sync latest Bundler & RubyGems
Notes: Merged: https://.com/ruby/ruby/pull/5512
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -638,7 +638,12 @@ RSpec.describe "bundle clean" do s.executables = "irb" end - realworld_system_gems "fiddle --version 1.0.8", "tsort --version 0.1.0", "pathname --version 0.1.0", "set --version 1.0.1" install_gemfile <<-G source "#{file_uri_for(gem_repo2)}" |