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 db13487
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
gem "rspec-benchmark", "~> 0.6"
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"
gem "warning", "~> 1.3"
end

0 comments on commit db13487

Please sign in to comment.