diff options
author | Go MAEDA <maeda@farend.jp> | 2019-11-29 07:36:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-11-29 07:36:15 +0000 |
commit | 4471399e33a9793a4885e62ddb55c0d512f354fc (patch) | |
tree | d5cfe6dd234939ea78a02379002e4e7ebf7800a8 /Gemfile | |
parent | 677dfdc88332aaf11c668a1d64b814dd3ac93e81 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |