diff options
author | Go MAEDA <maeda@farend.jp> | 2020-02-05 15:47:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-02-05 15:47:51 +0000 |
commit | 73f97d4120a1524714eafc7d628eff3c4c221d83 (patch) | |
tree | 0d6d748c9881050e32f8001eebb43c9f92ceac30 /Gemfile | |
parent | f2f34866365b348127716f37a0758a1b0a020f1c (diff) | |
download | redmine-73f97d4120a1524714eafc7d628eff3c4c221d83.tar.gz redmine-73f97d4120a1524714eafc7d628eff3c4c221d83.zip |
Update simplecov to 0.18 (#32950).
git-svn-id: http://svn.redmine.org/redmine/trunk@19496 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ end group :test do gem "rails-dom-testing" gem 'mocha', '>= 1.4.0' - gem "simplecov", "~> 0.17.0", :require => false + gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.1'), :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma' |