Skip to content

Commit

Permalink
Merge pull request standardrb#40 from mjankowski/update-rubocop-rails
Browse files Browse the repository at this point in the history
Update `rubocop-rails` to version 2.25.0
  • Loading branch information
searls authored Jun 14, 2024
2 parents a02d53a + 6cbde4d commit 95343a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
standard-rails (1.0.2)
lint_roller (~> 1.0)
rubocop-rails (~> 2.23.1)
rubocop-rails (~> 2.25.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
minitest (5.20.0)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand All @@ -57,16 +57,16 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
standard (1.33.0)
Expand All @@ -89,6 +89,7 @@ PLATFORMS
arm64-darwin-20
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -99,4 +100,4 @@ DEPENDENCIES
standard-rails!

BUNDLED WITH
2.4.10
2.5.11
3 changes: 3 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,3 +418,6 @@ Rails/WhereNot:

Rails/WhereNotWithMultipleConditions:
Enabled: false

Rails/WhereRange:
Enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# of RuboCop built-in cops in this file, we need to monitor it for changes
# in rubocop-rails and keep it up to date.
#
# Last updated from rubocop-rails v2.23.1
# Last updated from rubocop-rails v2.25.0

# frozen_string_literal: true

Expand Down
2 changes: 1 addition & 1 deletion standard-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "lint_roller", "~> 1.0"
spec.add_dependency "rubocop-rails", "~> 2.23.1"
spec.add_dependency "rubocop-rails", "~> 2.25.0"
end

0 comments on commit 95343a4

Please sign in to comment.