summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-08-13 05:51:50 +0000
committerGo MAEDA <maeda@farend.jp>2022-08-13 05:51:50 +0000
commit35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4 (patch)
treeb599ff0e26c8e7aec8a0aa254278a7673dd5e317 /Gemfile
parentc98a246a4a57f096d101b152c85301cc2a081650 (diff)
downloadredmine-35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4.tar.gz
redmine-35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4.zip
Update RuboCop to 1.35 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21770 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 6c1e99514..c24c84d29 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.33.0'
+ gem 'rubocop', '~> 1.35.0'
gem 'rubocop-performance', '~> 1.14.2'
gem 'rubocop-rails', '~> 2.15.0'
end