Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.29.1 to 2.29.2
Browse files Browse the repository at this point in the history
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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 9041076 commit c6e4554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -28,7 +28,7 @@ group :development do
gem "factory_bot", "~> 6.4.6"
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.63.4"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop-rspec", "~> 2.29.2"
gem "webmock", "~> 3.23.0"

gem "pry-byebug"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -140,12 +140,12 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
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)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -192,7 +192,7 @@ DEPENDENCIES
rspec (~> 3.13.0)
rspec_junit_formatter (= 0.6.0)
rubocop (~> 1.63.4)
rubocop-rspec (~> 2.29.1)
rubocop-rspec (~> 2.29.2)
rufus-scheduler (~> 3.9.1)
sentry-raven (~> 3.1.2)
songkick-transport (~> 1.11.0)
Expand Down

0 comments on commit c6e4554

Please sign in to comment.