Skip to content

Commit

Permalink
Change Gemfile to update coveralls_reborn and simplecov dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Mar 2, 2024
1 parent 98e67ff commit 7b77c56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"

group :test do
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"

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "simplecov", "~> 0.22.0"
end
end

0 comments on commit 7b77c56

Please sign in to comment.