summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-04-02 02:10:59 +0000
committerGo MAEDA <maeda@farend.jp>2021-04-02 02:10:59 +0000
commit351d2d4b57de7f7943a18bb625a39ffb62a99bf9 (patch)
treebe3a705d4872679d69f419755594ec0a0515c5bf /Gemfile
parentbb09ec138494086f37352ea7730b9cbdecd0bfb8 (diff)
downloadredmine-351d2d4b57de7f7943a18bb625a39ffb62a99bf9.tar.gz
redmine-351d2d4b57de7f7943a18bb625a39ffb62a99bf9.zip
Update SimpleCov to 0.21 (#35000).
git-svn-id: http://svn.redmine.org/redmine/trunk@20905 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 f3c7dae79..1074a53be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ end
group :test do
gem "rails-dom-testing"
gem 'mocha', '>= 1.4.0'
- gem 'simplecov', '~> 0.18.5', :require => false
+ gem 'simplecov', '~> 0.21.2', :require => false
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests
gem 'puma'