We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e1a8d commit e83b296Copy full SHA for e83b296
Gemfile
@@ -18,13 +18,13 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
18
end
19
20
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"
23
gem "warning", "~> 1.3"
24
25
26
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
+ gem "coveralls_reborn", "~> 0.28.0"
27
gem "rubocop-performance", "~> 1.18"
28
gem "rubocop-rake", "~> 0.6"
29
gem "rubocop-rspec", "~> 2.22"
+ gem "simplecov", "~> 0.22.0"
30
0 commit comments