From ff6bc6aa7e7e1e85cbc484c0bd0b0ff5e130ddce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:34:43 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.24.1 to 2.25.0 in /dependencies (#4808) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index bd6f5088..909751d8 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.33.0" gem "rubocop-performance", "~>1.19.1" gem "rubocop-rails", "~> 2.21" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.24.1" +gem "rubocop-rspec", "~> 2.25.0" gem "standard", "~>1.31" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index c862ba9e..9df3ad4d 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -57,8 +57,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) ruby-progressbar (1.13.0) @@ -88,7 +88,7 @@ DEPENDENCIES rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.21) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.24.1) + rubocop-rspec (~> 2.25.0) standard (~> 1.31) BUNDLED WITH