Skip to content

Commit e83b296

Browse files
committed
Change Gemfile to update coveralls_reborn and simplecov dependencies
1 parent c0e1a8d commit e83b296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
1818
end
1919

2020
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
21-
gem "coveralls_reborn", "~> 0.24.0"
22-
gem "simplecov", "~> 0.21.0"
2321
gem "warning", "~> 1.3"
2422
end
2523

2624
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
25+
gem "coveralls_reborn", "~> 0.28.0"
2726
gem "rubocop-performance", "~> 1.18"
2827
gem "rubocop-rake", "~> 0.6"
2928
gem "rubocop-rspec", "~> 2.22"
29+
gem "simplecov", "~> 0.22.0"
3030
end

0 commit comments

Comments
 (0)