Skip to content

Commit

Permalink
Change coveralls dependency to allow sending coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Sep 14, 2021
1 parent 45120f2 commit 031b0b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -2,8 +2,10 @@ source "https://rubygems.org"

gemspec

gem "simplecov", "~> 0.16.1"
gem "coveralls", "~> 0.8.22"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.22.0"
gem "simplecov", "~> 0.21.0"
end
gem "yardstick", "~> 0.9.9"
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"

Expand Down

0 comments on commit 031b0b5

Please sign in to comment.