diff options
author | David RodrÃguez <[email protected]> | 2020-06-03 20:46:03 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-06-18 19:14:15 +0900 |
commit | 696a50751bc3257e5a75b4f0eb89ccef7ec89363 () | |
tree | 19e940b128c0a3dcdebac95ff98c217f646ae925 /spec/bundler/commands/check_spec.rb | |
parent | 1436b5026cd1b2ac4b428955aeadaac8e8b12b1b (diff) |
[rubygems/rubygems] s/install_gemfile!/install_gemfile
https://.com/rubygems/rubygems/commit/4d1a0c465a
Notes: Merged: https://.com/ruby/ruby/pull/3212
-rw-r--r-- | spec/bundler/commands/check_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,7 +102,7 @@ RSpec.describe "bundle check" do it "uses the without setting" do bundle "config set without foo" - install_gemfile! <<-G source "#{file_uri_for(gem_repo1)}" group :foo do gem "rack" @@ -207,7 +207,7 @@ RSpec.describe "bundle check" do end it "fails when there's no lock file and frozen is set" do - install_gemfile! <<-G source "#{file_uri_for(gem_repo1)}" gem "foo" G |