Skip to content

Commit 38dece5

Browse files
build(deps-dev): bump rubocop-rspec from 3.3.0 to 3.4.0 (#4180)
* 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]>
1 parent f241c38 commit 38dece5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.rubocop_cc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,6 @@ RSpec/SpecFilePathFormat:
560560
Enabled: true
561561
RSpec/SpecFilePathSuffix:
562562
Enabled: true
563-
RSpec/StringAsInstanceDoubleConstant:
564-
Enabled: true
565563
RSpec/SubjectDeclaration:
566564
Enabled: true
567565
RSpec/VerifiedDoubleReference:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ group :test do
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
8989
gem 'rubocop-rails', '~> 2.29'
90-
gem 'rubocop-rspec', '~> 3.3'
90+
gem 'rubocop-rspec', '~> 3.4'
9191
gem 'rubocop-rspec_rails'
9292
gem 'rubocop-sequel', '~> 0.3.8'
9393
gem 'timecop'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GEM
483483
rack (>= 1.1)
484484
rubocop (>= 1.52.0, < 2.0)
485485
rubocop-ast (>= 1.31.1, < 2.0)
486-
rubocop-rspec (3.3.0)
486+
rubocop-rspec (3.4.0)
487487
rubocop (~> 1.61)
488488
rubocop-rspec_rails (2.30.0)
489489
rubocop (~> 1.61)
@@ -657,7 +657,7 @@ DEPENDENCIES
657657
rubocop-capybara
658658
rubocop-factory_bot
659659
rubocop-rails (~> 2.29)
660-
rubocop-rspec (~> 3.3)
660+
rubocop-rspec (~> 3.4)
661661
rubocop-rspec_rails
662662
rubocop-sequel (~> 0.3.8)
663663
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)