summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-02 01:57:39 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-02 01:57:39 +0000
commitfe2fa3f10c95713666d7b604c3e9ac9839fc3a3f (patch)
treeac1e862f1c9fd14a048555d57f214cbb59aa5f31 /Gemfile
parente2ed50f9718979caa1658d5a67e130ef92fd0d66 (diff)
downloadredmine-fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f.tar.gz
redmine-fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f.zip
Update RuboCop to 1.11.0 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20758 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 0b2a0e04e..e84ad0ebb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -93,7 +93,7 @@ group :test do
gem "selenium-webdriver"
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
- gem 'rubocop', '~> 1.10.0'
+ gem 'rubocop', '~> 1.11.0'
gem 'rubocop-performance', '~> 1.9.0'
gem 'rubocop-rails', '~> 2.9.0'
end