Skip to content

Commit 8883411

Browse files
committed
Update RuboCop to 1.44 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22076 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent a6bdeb7 commit 8883411

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.43.0.
3+
# using RuboCop version 1.44.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
@@ -103,7 +103,7 @@ group :test do
103103
gem "selenium-webdriver", "~> 3.142.7"
104104
gem 'webdrivers', '4.6.1', require: false
105105
# RuboCop
106-
gem 'rubocop', '~> 1.43.0'
106+
gem 'rubocop', '~> 1.44.0'
107107
gem 'rubocop-performance', '~> 1.15.0'
108108
gem 'rubocop-rails', '~> 2.17.2'
109109
end

0 commit comments

Comments
 (0)