summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-31 09:18:39 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-31 09:18:39 +0000
commit5d2960d36f9a84ae8d3c2d98edb0c0b95ab0b7ab (patch)
tree2cba79a57adc08b52015f64c81d7d0bfad6c4b9e /Gemfile
parent23cae559bcb0ab68544bedd2f7b2307f2bcfd96b (diff)
downloadredmine-5d2960d36f9a84ae8d3c2d98edb0c0b95ab0b7ab.tar.gz
redmine-5d2960d36f9a84ae8d3c2d98edb0c0b95ab0b7ab.zip
Update RuboCop to 0.76.0 (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18884 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 d964de977..587bdb101 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ group :test do
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0")
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.75.0'
+ gem 'rubocop', '~> 0.76.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.3.0'
end