From e5a8d11202c4d1fd0157d8eb91b4b488b8e85020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:25:04 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.23.2 to 2.24.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 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.23.2...v2.24.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d5fb087..2a2be3d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.57' - gem 'rubocop-rspec', '~> 2.23' + gem 'rubocop-rspec', '~> 2.24' gem 'timecop', '~> 0.9' gem 'vcr', '~> 5.0' gem 'webmock', '~> 3.3' diff --git a/Gemfile.lock b/Gemfile.lock index ec55541..218b580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,11 +182,11 @@ 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-rspec (2.23.2) + rubocop-rspec (2.24.1) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -243,7 +243,7 @@ DEPENDENCIES rake (~> 13.0) rspec (~> 3.0) rubocop (~> 1.57) - rubocop-rspec (~> 2.23) + rubocop-rspec (~> 2.24) timecop (~> 0.9) vcr (~> 5.0) webmock (~> 3.3)