summaryrefslogtreecommitdiff
path: root/spec/bundler/lock
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-03 20:46:03 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit696a50751bc3257e5a75b4f0eb89ccef7ec89363 (patch)
tree19e940b128c0a3dcdebac95ff98c217f646ae925 /spec/bundler/lock
parent1436b5026cd1b2ac4b428955aeadaac8e8b12b1b (diff)
downloadruby-696a50751bc3257e5a75b4f0eb89ccef7ec89363.tar.gz
[rubygems/rubygems] s/install_gemfile!/install_gemfile
https://github.com/rubygems/rubygems/commit/4d1a0c465a
Diffstat (limited to 'spec/bundler/lock')
-rw-r--r--spec/bundler/lock/lockfile_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/bundler/lock/lockfile_spec.rb b/spec/bundler/lock/lockfile_spec.rb
index 47b6dad9e3..6eaa6f05cf 100644
--- a/spec/bundler/lock/lockfile_spec.rb
+++ b/spec/bundler/lock/lockfile_spec.rb
@@ -620,7 +620,7 @@ RSpec.describe "the lockfile format" do
it "serializes pinned path sources to the lockfile even when packaging" do
build_lib "foo"
- install_gemfile! <<-G
+ install_gemfile <<-G
gem "foo", :path => "#{lib_path("foo-1.0")}"
G
@@ -1048,7 +1048,7 @@ RSpec.describe "the lockfile format" do
simulate_platform "universal-java-16"
- install_gemfile! <<-G
+ install_gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
gem "platform_specific"
G
@@ -1079,7 +1079,7 @@ RSpec.describe "the lockfile format" do
simulate_platform "universal-java-16"
- install_gemfile! <<-G
+ install_gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
gem "platform_specific"
G