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 Aug 29, 2021
1 parent 8234201 commit a1dd6c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Expand Up @@ -8,9 +8,10 @@ gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"

group :test do
gem "activesupport"
gem "benchmark-ips", "~> 2.7.2"
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
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
gem "rspec-benchmark", "~> 0.6"
end
Expand Down

0 comments on commit a1dd6c6

Please sign in to comment.