Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Oct 10, 2023
1 parent bd067c0 commit da1060a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/bundler/multilock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
source "https://rubygems.org"
plugin "bundler-multilock", "~> 1.1"
plugin "bundler-multilock", "~> 1.2"
return unless Plugin.installed?("bundler-multilock")
Plugin.send(:load_plugin, "bundler-multilock")
Expand All @@ -52,7 +52,7 @@
source 'https://rubygems.org'
plugin 'bundler-multilock', '~> 1.1'
plugin 'bundler-multilock', '~> 1.2'
return unless Plugin.installed?('bundler-multilock')
Plugin.send(:load_plugin, 'bundler-multilock')
Expand Down Expand Up @@ -81,7 +81,7 @@
RUBY

File.write("injected.rb", <<~RUBY)
plugin "bundler-multilock", "~> 1.1", path: #{File.expand_path("../..", __dir__).inspect}
plugin "bundler-multilock", "~> 1.2", path: #{File.expand_path("../..", __dir__).inspect}
return unless Plugin.installed?("bundler-multilock")
Plugin.send(:load_plugin, "bundler-multilock")
Expand Down Expand Up @@ -789,7 +789,7 @@ def write_gemfile(content)
File.write("Gemfile", <<~RUBY)
source "https://rubygems.org"
plugin "bundler-multilock", "~> 1.1", path: #{File.expand_path("../..", __dir__).inspect}
plugin "bundler-multilock", "~> 1.2", path: #{File.expand_path("../..", __dir__).inspect}
return unless Plugin.installed?("bundler-multilock")
Plugin.send(:load_plugin, "bundler-multilock")
Expand Down

0 comments on commit da1060a

Please sign in to comment.