summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-18 15:45:15 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-18 15:45:15 +0000
commit2f8e4231d06b832d2fc16bfc53fa18055ebeca07 (patch)
tree5f2a0a00c468cbd141f5dd51da9a383b57594c34 /Gemfile
parentf13ef9baa8d60e3d726223027abd90582c07d248 (diff)
downloadredmine-2f8e4231d06b832d2fc16bfc53fa18055ebeca07.tar.gz
redmine-2f8e4231d06b832d2fc16bfc53fa18055ebeca07.zip
Update RuboCop to 1.25 (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@21370 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 c79aba1ea..04f8ddc01 100644
--- a/Gemfile
+++ b/Gemfile
@@ -99,7 +99,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
- gem 'rubocop', '~> 1.24.0'
+ gem 'rubocop', '~> 1.25.0'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.13.0'
end