summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-06-06 03:39:54 +0000
committerGo MAEDA <maeda@farend.jp>2021-06-06 03:39:54 +0000
commit29f86644fe575cfab387469779b05d977a2aa678 (patch)
tree5f7620adcf02a50f4ba63282b37eeacb461dae6b /Gemfile
parent5515295ee2d2798986d5429c6b6b17658e40b5d0 (diff)
downloadredmine-29f86644fe575cfab387469779b05d977a2aa678.tar.gz
redmine-29f86644fe575cfab387469779b05d977a2aa678.zip
Update RuboCop to 1.16 (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@21026 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 d84374b57..3d957f4ba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ group :test do
gem "selenium-webdriver"
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
- gem 'rubocop', '~> 1.15.0'
+ gem 'rubocop', '~> 1.16.0'
gem 'rubocop-performance', '~> 1.11.0'
gem 'rubocop-rails', '~> 2.10.1'
end