Skip to content

Commit

Permalink
Change Gemfile to update the rspec-benchmark dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 5, 2024
1 parent befdfdb commit 5b2564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if RUBY_VERSION == "2.0.0"
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
gem "rspec-benchmark", "~> 0.6"
gem "rspec-benchmark", "~> 0.6.0"
end

group :test do
Expand Down

0 comments on commit 5b2564a

Please sign in to comment.