Skip to content

Commit 7b77c56

Browse files
committed
Change Gemfile to update coveralls_reborn and simplecov dependencies
1 parent 98e67ff commit 7b77c56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
88

99
group :test do
1010
gem "benchmark-ips", "~> 2.13.0"
11-
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
12-
gem "coveralls_reborn", "~> 0.21.0"
13-
gem "simplecov", "~> 0.21.0"
11+
12+
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
13+
gem "coveralls_reborn", "~> 0.28.0"
14+
gem "simplecov", "~> 0.22.0"
1415
end
1516
end

0 commit comments

Comments
 (0)