From fa1c0cb8b949a3b5f546275bad76c306f621eaa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:38:19 -0700 Subject: [PATCH] Bump rubocop-rspec from 2.23.2 to 2.24.0 in /dependencies (#4641) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 to 2.24.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.23.2...v2.24.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index c4485708..6f25b0bb 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.31.0" gem "rubocop-performance", "~>1.19.0" gem "rubocop-rails", "~> 2.20" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.23.2" +gem "rubocop-rspec", "~> 2.24.0" gem "standard", "~>1.31" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 20c12f57..da4e5122 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.2) + rubocop-rspec (2.24.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -88,7 +88,7 @@ DEPENDENCIES rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.20) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.23.2) + rubocop-rspec (~> 2.24.0) standard (~> 1.31) BUNDLED WITH