summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-02-26 07:17:50 +0000
committerGo MAEDA <maeda@farend.jp>2020-02-26 07:17:50 +0000
commit74981c2f80b9cc7d6b88b6015931de9d8d58e48c (patch)
tree587a2fd1001e0b333ae736d138f0b59557794991 /Gemfile
parent6095186e975bad3a1c0a71f778a2b46b618f934d (diff)
downloadredmine-74981c2f80b9cc7d6b88b6015931de9d8d58e48c.tar.gz
redmine-74981c2f80b9cc7d6b88b6015931de9d8d58e48c.zip
Test failure with SimpleCov 0.18.3 or 0.18.4 (#32950, #33044).
git-svn-id: http://svn.redmine.org/redmine/trunk@19529 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 b8bad69f6..266df8579 100644
--- a/Gemfile
+++ b/Gemfile
@@ -80,7 +80,7 @@ end
group :test do
gem "rails-dom-testing"
gem 'mocha', '>= 1.4.0'
- gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.1'), :require => false
+ gem 'simplecov', (RUBY_VERSION < '2.4' ? '~> 0.17.0' : '~> 0.18.5'), :require => false
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests
gem 'puma'