Skip to content

Commit

Permalink
Change coveralls to coveralls_reborn dependency to allow sending cove…
Browse files Browse the repository at this point in the history
…rage data
  • Loading branch information
piotrmurach committed Mar 16, 2024
1 parent b624182 commit e926f5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ group :examples do
end

group :test do
gem "coveralls", "~> 0.8.22"
gem "simplecov", "~> 0.16.1"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "simplecov", "~> 0.22.0"
end
gem "yardstick", "~> 0.9.9"
end

0 comments on commit e926f5d

Please sign in to comment.