Skip to content

Commit

Permalink
Update RuboCop version constraint to ~> 1.64
Browse files Browse the repository at this point in the history
The `either_consistent` configuration introduced in the previous commit
was added to RuboCop in v1.64, requiring this change.

See: https://github.com/rubocop/rubocop/releases/tag/v1.64.0
  • Loading branch information
jgarber623-cargosense committed Aug 2, 2024
1 parent ca16f23 commit 408ccf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rubocop-cargosense (2.0.0)
rubocop (~> 1.61)
rubocop (~> 1.64)
rubocop-capybara (~> 2.20)
rubocop-factory_bot (~> 2.26.1)
rubocop-performance (~> 1.20)
Expand Down
2 changes: 1 addition & 1 deletion rubocop-cargosense.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}"
}

spec.add_dependency "rubocop", "~> 1.61"
spec.add_dependency "rubocop", "~> 1.64"
spec.add_dependency "rubocop-capybara", "~> 2.20"
spec.add_dependency "rubocop-factory_bot", "~> 2.26.1"
spec.add_dependency "rubocop-performance", "~> 1.20"
Expand Down

0 comments on commit 408ccf5

Please sign in to comment.