From c6e4554e332ae2d3ef1a3a014006fbad48bd170a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:09:11 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.29.1 to 2.29.2 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](https://github.com/rubocop/rubocop-rspec/compare/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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 788624e..453f11d 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 6872f8b..6212207 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)