Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.23.2 to 2.24.0 (#289)
Browse files Browse the repository at this point in the history
* Bump rubocop-rspec from 2.23.2 to 2.24.0

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 to 2.24.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.23.2...v2.24.0)

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

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

* Remove RSpec/FilePath from rubocop config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yannis JAQUET <[email protected]>
  • Loading branch information
dependabot[bot] and yannis authored Sep 13, 2023
1 parent 5f14280 commit 34fef10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ RSpec/DescribeClass:
- "spec/abilities/**/*"
- "spec/features/**/*"

RSpec/FilePath:
Exclude:
- "spec/routing/**/*"

# Layout
# --------------

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ GEM
rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.11)
rubocop-rails (~> 2.0)
rubocop-rspec (2.23.2)
rubocop-rspec (2.24.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down

0 comments on commit 34fef10

Please sign in to comment.