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 31, 2024
1 parent a46c7a2 commit f59349a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
gem "yardstick", "~> 0.9.9"

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

0 comments on commit f59349a

Please sign in to comment.