summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-06-30 09:42:33 +0000
committerGo MAEDA <maeda@farend.jp>2022-06-30 09:42:33 +0000
commitf79bbf2d3905f219c11bdcb951971bb6ba0cf5ae (patch)
tree46f933b3ac2f7b8c026178d2895fb47a90d0f61f /Gemfile
parent856f104031940c8bde9ca79d56673b4d997a7d2e (diff)
downloadredmine-f79bbf2d3905f219c11bdcb951971bb6ba0cf5ae.tar.gz
redmine-f79bbf2d3905f219c11bdcb951971bb6ba0cf5ae.zip
Update RuboCop to 1.31 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21697 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 3527a0a1b..563a65ca9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -100,7 +100,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
- gem 'rubocop', '~> 1.30.1'
+ gem 'rubocop', '~> 1.31.1'
gem 'rubocop-performance', '~> 1.14.2'
gem 'rubocop-rails', '~> 2.15.0'
end