fix simplecov for Ruby 2.7

This commit is contained in:
Kornelius Kalnbach 2020-05-30 09:39:12 +02:00
parent d30855fe96
commit a135917a98
No known key found for this signature in database
GPG Key ID: D65ED0A072A30DE7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ group :development do
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
gem 'rspec', '~> 3.9.0'
gem 'shoulda-context', RUBY_VERSION < '1.9' ? '= 1.2.1' : '>= 1.2.1'
gem 'simplecov', '~> 0.17.1'
gem 'simplecov', RUBY_VERSION < '2.7' ? '~> 0.17.1' : '>= 0.18.5'
gem 'term-ansicolor', RUBY_VERSION < '2.0' ? '~> 1.3.2' : '>= 1.3.2'
gem 'test-unit', RUBY_VERSION < '1.9' ? '~> 2.0' : '>= 3.0'
gem 'tins', RUBY_VERSION < '2.0' ? '~> 1.6.0' : '>= 1.6.0'