summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-02-05 15:47:51 +0000
committerGo MAEDA <maeda@farend.jp>2020-02-05 15:47:51 +0000
commit73f97d4120a1524714eafc7d628eff3c4c221d83 (patch)
tree0d6d748c9881050e32f8001eebb43c9f92ceac30 /Gemfile
parentf2f34866365b348127716f37a0758a1b0a020f1c (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c81cfcc8d..ad91e53a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'