Skip to content

Commit

Permalink
deps(bundler): bump rubocop-rspec from 2.29.1 to 2.29.2 in /dependenc…
Browse files Browse the repository at this point in the history
…ies (#5625)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 2.29.2.
- [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.29.1...v2.29.2)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent e0c8376 commit ce42697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0"
gem "rubocop-performance", "~>1.20.2"
gem "rubocop-rails", "~> 2.24"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop-rspec", "~> 2.29.2"
gem "standard", "~>1.35"
12 changes: 6 additions & 6 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
minitest (5.22.3)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand All @@ -44,8 +44,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -67,12 +67,12 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.1)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
standard (1.35.1)
Expand Down Expand Up @@ -101,7 +101,7 @@ DEPENDENCIES
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.24)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.29.1)
rubocop-rspec (~> 2.29.2)
standard (~> 1.35)

BUNDLED WITH
Expand Down

0 comments on commit ce42697

Please sign in to comment.