Skip to content

Commit

Permalink
Bump rubocop-rails from 2.19.1 to 2.24.1 (#1078)
Browse files Browse the repository at this point in the history
* Bump rubocop-rails from 2.19.1 to 2.24.1

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.19.1 to 2.24.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.19.1...v2.24.1)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix rubocop flagged items

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nfstern02 <[email protected]>
Co-authored-by: nfstern02 <[email protected]>
  • Loading branch information
3 people authored Apr 17, 2024
1 parent 737d359 commit dbfb717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Rails/HasManyOrHasOneDependent:

# the default style recently changed, but it's not worth changing
Rails/FilePath:
EnforcedStyle: arguments
Enabled: false

Rails/UniqueValidationWithoutIndex:
Enabled: false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,11 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rails (2.19.1)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down
2 changes: 1 addition & 1 deletion spec/models/complaint_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
end

it 'the institution receives the sums grouped by ope6' do
Institution.all.each do |institution|
Institution.all.find_each do |institution|
Complaint::OPE6_ROLL_UP_SUMS.each_key do |ope6_sum|
expect(institution[ope6_sum]).to eq(5)
end
Expand Down

0 comments on commit dbfb717

Please sign in to comment.