Skip to content

Commit

Permalink
Change Gemfile to update benchmark-ips dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Mar 2, 2024
1 parent 994f8d9 commit 98e67ff
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 @@ -7,7 +7,7 @@ gemspec
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"

group :test do
gem "benchmark-ips", "~> 2.7.2"
gem "benchmark-ips", "~> 2.13.0"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.21.0"
gem "simplecov", "~> 0.21.0"
Expand Down

0 comments on commit 98e67ff

Please sign in to comment.