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 Feb 24, 2024
1 parent c0e1a8d commit 01beeb5
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 @@ -18,8 +18,8 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
end

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

Expand Down

0 comments on commit 01beeb5

Please sign in to comment.