Skip to content

Commit

Permalink
Merge pull request #547 from ruby/test-with-the-target-versions
Browse files Browse the repository at this point in the history
Specify the gem version with `.0` suffix
  • Loading branch information
pocke authored Apr 24, 2024
2 parents d2e93d4 + f9d5359 commit 48fd384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Runner
end

def generate_gemfile_lock
v = "~> #{version}"
v = "~> #{version}.0"
gemfile.write(<<~RUBY)
source 'https://rubygems.org'
gem #{gem_name.dump}, #{v.dump}
Expand Down

0 comments on commit 48fd384

Please sign in to comment.