Skip to content

Commit

Permalink
fix inject spec as version increases (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer authored Apr 11, 2024
1 parent 4ffbd66 commit 2156732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.2"
plugin "bundler-multilock", "~> #{Gem::Version.new(Bundler::Multilock::VERSION).segments[0..1].join(".")}"
return unless Plugin.installed?("bundler-multilock")
Plugin.send(:load_plugin, "bundler-multilock")
Expand Down

0 comments on commit 2156732

Please sign in to comment.