We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30855f commit a135917Copy full SHA for a135917
Gemfile
@@ -13,7 +13,7 @@ group :development do
13
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
14
gem 'rspec', '~> 3.9.0'
15
gem 'shoulda-context', RUBY_VERSION < '1.9' ? '= 1.2.1' : '>= 1.2.1'
16
- gem 'simplecov', '~> 0.17.1'
+ gem 'simplecov', RUBY_VERSION < '2.7' ? '~> 0.17.1' : '>= 0.18.5'
17
gem 'term-ansicolor', RUBY_VERSION < '2.0' ? '~> 1.3.2' : '>= 1.3.2'
18
gem 'test-unit', RUBY_VERSION < '1.9' ? '~> 2.0' : '>= 3.0'
19
gem 'tins', RUBY_VERSION < '2.0' ? '~> 1.6.0' : '>= 1.6.0'
0 commit comments