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 e83b296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -18,13 +18,13 @@ 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 "warning", "~> 1.3"
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "rubocop-performance", "~> 1.18"
gem "rubocop-rake", "~> 0.6"
gem "rubocop-rspec", "~> 2.22"
gem "simplecov", "~> 0.22.0"
end

0 comments on commit e83b296

Please sign in to comment.