Skip to content

Commit 36043ac

Browse files
Build(deps-dev): Bump rubocop-rspec from 3.3.0 to 3.4.0 in /spec (#504)
* Build(deps-dev): Bump rubocop-rspec from 3.3.0 to 3.4.0 in /spec 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] <support@github.com> * Remove obsolete cop --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Thun <philipp.thun@sap.com>
1 parent 44c850d commit 36043ac

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

spec/.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,6 @@ RSpec/SpecFilePathFormat:
703703
RSpec/SpecFilePathSuffix:
704704
Enabled: true
705705

706-
RSpec/StringAsInstanceDoubleConstant:
707-
Enabled: true
708-
709706
RSpec/SubjectDeclaration:
710707
Enabled: true
711708

spec/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
semi_semantic (~> 1.2.0)
77
diff-lcs (1.5.1)
88
json (2.9.1)
9-
language_server-protocol (3.17.0.3)
9+
language_server-protocol (3.17.0.4)
1010
parallel (1.26.3)
1111
parser (3.3.7.0)
1212
ast (~> 2.4.1)
@@ -37,13 +37,13 @@ GEM
3737
rubocop-ast (>= 1.36.2, < 2.0)
3838
ruby-progressbar (~> 1.7)
3939
unicode-display_width (>= 2.4.0, < 4.0)
40-
rubocop-ast (1.37.0)
40+
rubocop-ast (1.38.0)
4141
parser (>= 3.3.1.0)
4242
rubocop-capybara (2.21.0)
4343
rubocop (~> 1.41)
4444
rubocop-factory_bot (2.26.1)
4545
rubocop (~> 1.61)
46-
rubocop-rspec (3.3.0)
46+
rubocop-rspec (3.4.0)
4747
rubocop (~> 1.61)
4848
rubocop-rspec_rails (2.30.0)
4949
rubocop (~> 1.61)

0 commit comments

Comments
 (0)