Skip to content

Commit 94f4078

Browse files
committed
Updates Rubocop Rails to v2.31.0
1 parent ea55b33 commit 94f4078

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
standard-rails (1.3.0)
55
lint_roller (~> 1.0)
6-
rubocop-rails (~> 2.30.0)
6+
rubocop-rails (~> 2.31.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -69,11 +69,11 @@ GEM
6969
lint_roller (~> 1.1)
7070
rubocop (>= 1.75.0, < 2.0)
7171
rubocop-ast (>= 1.38.0, < 2.0)
72-
rubocop-rails (2.30.3)
72+
rubocop-rails (2.31.0)
7373
activesupport (>= 4.2.0)
7474
lint_roller (~> 1.1)
7575
rack (>= 1.1)
76-
rubocop (>= 1.72.1, < 2.0)
76+
rubocop (>= 1.75.0, < 2.0)
7777
rubocop-ast (>= 1.38.0, < 2.0)
7878
ruby-progressbar (1.13.0)
7979
securerandom (0.3.1)

lib/standard/rails/load_rubocop_rails_without_the_monkey_patch.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
# of RuboCop built-in cops in this file, we need to monitor it for changes
88
# in rubocop-rails and keep it up to date.
99
#
10-
# Last updated from rubocop-rails v2.30.3
10+
# Last updated from rubocop-rails v2.31.0
1111

1212
# frozen_string_literal: true
1313

1414
require "rubocop"
1515
require "rack/utils"
1616
require "active_support/inflector"
17-
require "active_support/core_ext/object/blank"
1817

1918
require_path = Pathname.new(Gem.loaded_specs["rubocop-rails"].full_require_paths.first)
2019
require require_path.join("rubocop/rails")

standard-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ["lib"]
3131

3232
spec.add_dependency "lint_roller", "~> 1.0"
33-
spec.add_dependency "rubocop-rails", "~> 2.30.0"
33+
spec.add_dependency "rubocop-rails", "~> 2.31.0"
3434
end

0 commit comments

Comments
 (0)