Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rspec from 3.3.0 to 3.4.0 (#4180)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump rubocop-rspec from 3.3.0 to 3.4.0

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.3.0 to 3.4.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@v3.3.0...v3.4.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 obsolete cop

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Thun <[email protected]>
  • Loading branch information
dependabot[bot] and philippthun authored Jan 28, 2025
1 parent f241c38 commit 38dece5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .rubocop_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,6 @@ RSpec/SpecFilePathFormat:
Enabled: true
RSpec/SpecFilePathSuffix:
Enabled: true
RSpec/StringAsInstanceDoubleConstant:
Enabled: true
RSpec/SubjectDeclaration:
Enabled: true
RSpec/VerifiedDoubleReference:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :test do
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.29'
gem 'rubocop-rspec', '~> 3.3'
gem 'rubocop-rspec', '~> 3.4'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.8'
gem 'timecop'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.3.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -657,7 +657,7 @@ DEPENDENCIES
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.29)
rubocop-rspec (~> 3.3)
rubocop-rspec (~> 3.4)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.8)
rubyzip (>= 1.3.0)
Expand Down

0 comments on commit 38dece5

Please sign in to comment.