From 6bd8218f7eb25961a7b68c3ac610700c249fcf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:12:53 -0700 Subject: [PATCH] Bump rubocop-rspec from 2.24.0 to 2.24.1 in /dependencies (#4680) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.0 to 2.24.1. - [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.0...v2.24.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 42fcda6c..46e31f44 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.32.1" gem "rubocop-performance", "~>1.19.1" gem "rubocop-rails", "~> 2.21" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.24.0" +gem "rubocop-rspec", "~> 2.24.1" gem "standard", "~>1.31" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 34b4baed..2243d85b 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -38,9 +38,9 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -57,7 +57,7 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.24.0) + rubocop-rspec (2.24.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -88,7 +88,7 @@ DEPENDENCIES rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.21) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.24.0) + rubocop-rspec (~> 2.24.1) standard (~> 1.31) BUNDLED WITH