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 Apr 11, 2021
1 parent be2da97 commit bf73b95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -7,6 +7,8 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
end
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
gem "pastel", "~> 0.8"
gem "coveralls", "~> 0.8.22"
gem "simplecov", "~> 0.16.1"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.21.0"
gem "simplecov", "~> 0.21.0"
end
gem "yardstick", "~> 0.9.9"

0 comments on commit bf73b95

Please sign in to comment.