From 5a1f4fe3dc9f3d19ebcb24953623442c9d19a03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:54:37 +0000 Subject: [PATCH] fix: :rocket: bundler: bump rubocop-rspec from 2.24.1 to 2.25.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 to 2.25.0. - [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.24.1...v2.25.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 560df853..4027e2d7 100644 --- a/Gemfile +++ b/Gemfile @@ -28,5 +28,5 @@ gem "rubocop-packaging", "~> 0.5.2" gem "rubocop-performance", "~> 1.19.1" gem "rubocop-rails", "~> 2.21.2" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.24" +gem "rubocop-rspec", "~> 2.25" gem "rubocop-thread_safety", "~> 0.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index edf8287b..b78a8f2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,8 +104,8 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.24.1) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) rubocop-thread_safety (0.5.1) @@ -145,7 +145,7 @@ DEPENDENCIES rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.21.2) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.24) + rubocop-rspec (~> 2.25) rubocop-thread_safety (~> 0.5.1) simplecov