Skip to content

Commit 5fe65e5

Browse files
deps(bundler): bump rubocop-rspec from 2.27.1 to 2.29.1 in /dependencies (#5476)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.27.1 to 2.29.1. - [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.27.1...v2.29.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c17fde6 commit 5fe65e5

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0"
1010
gem "rubocop-performance", "~>1.20.2"
1111
gem "rubocop-rails", "~> 2.24"
1212
gem "rubocop-rake", "~> 0.6.0"
13-
gem "rubocop-rspec", "~> 2.27.1"
13+
gem "rubocop-rspec", "~> 2.29.1"
1414
gem "standard", "~>1.35"

dependencies/Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
drb (2.2.1)
2020
i18n (1.14.4)
2121
concurrent-ruby (~> 1.0)
22-
json (2.7.1)
22+
json (2.7.2)
2323
language_server-protocol (3.17.0.3)
2424
lint_roller (1.1.0)
2525
minitest (5.22.3)
@@ -67,10 +67,13 @@ GEM
6767
rubocop-ast (>= 1.31.1, < 2.0)
6868
rubocop-rake (0.6.0)
6969
rubocop (~> 1.0)
70-
rubocop-rspec (2.27.1)
70+
rubocop-rspec (2.29.1)
7171
rubocop (~> 1.40)
7272
rubocop-capybara (~> 2.17)
7373
rubocop-factory_bot (~> 2.22)
74+
rubocop-rspec_rails (~> 2.28)
75+
rubocop-rspec_rails (2.28.2)
76+
rubocop (~> 1.40)
7477
ruby-progressbar (1.13.0)
7578
standard (1.35.1)
7679
language_server-protocol (~> 3.17.0.2)
@@ -98,7 +101,7 @@ DEPENDENCIES
98101
rubocop-performance (~> 1.20.2)
99102
rubocop-rails (~> 2.24)
100103
rubocop-rake (~> 0.6.0)
101-
rubocop-rspec (~> 2.27.1)
104+
rubocop-rspec (~> 2.29.1)
102105
standard (~> 1.35)
103106

104107
BUNDLED WITH

0 commit comments

Comments
 (0)