summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-11-29 07:36:15 +0000
committerGo MAEDA <maeda@farend.jp>2019-11-29 07:36:15 +0000
commit4471399e33a9793a4885e62ddb55c0d512f354fc (patch)
treed5cfe6dd234939ea78a02379002e4e7ebf7800a8 /Gemfile
parent677dfdc88332aaf11c668a1d64b814dd3ac93e81 (diff)
downloadredmine-4471399e33a9793a4885e62ddb55c0d512f354fc.tar.gz
redmine-4471399e33a9793a4885e62ddb55c0d512f354fc.zip
Update RuboCop to 0.77 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@19320 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 ec61c6950..8696c6ffd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ group :test do
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.76.0'
+ gem 'rubocop', '~> 0.77.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.3.0'
end