Skip to content

Commit 53b8bf9

Browse files
committed
Update RuboCop to 1.14 (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@20987 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 47e3731 commit 53b8bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
3-
# using RuboCop version 1.13.0.
3+
# using RuboCop version 1.14.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ group :test do
9292
gem "selenium-webdriver"
9393
gem 'webdrivers', '~> 4.4', require: false
9494
# RuboCop
95-
gem 'rubocop', '~> 1.13.0'
95+
gem 'rubocop', '~> 1.14.0'
9696
gem 'rubocop-performance', '~> 1.11.0'
9797
gem 'rubocop-rails', '~> 2.9.0'
9898
end

0 commit comments

Comments
 (0)