From e02b1e461f3dd57178d382c0e210aba400316fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:37:20 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.25.0 to 2.26.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.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.25.0...v2.26.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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7c3a696..9781dfb 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development do gem 'rubocop', '~> 1.59' - gem 'rubocop-rspec', '~> 2.25' + gem 'rubocop-rspec', '~> 2.26' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index fd80eb6..bc81f95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,12 +23,12 @@ GEM json (2.7.1) language_server-protocol (3.17.0.3) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.2) ast (~> 2.4.1) racc racc (1.7.3) rainbow (3.1.1) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -56,11 +56,11 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.19.0) + rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-factory_bot (2.24.0) - rubocop (~> 1.33) - rubocop-rspec (2.25.0) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) + rubocop-rspec (2.26.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -87,7 +87,7 @@ DEPENDENCIES chromable! rspec (~> 3.12) rubocop (~> 1.59) - rubocop-rspec (~> 2.25) + rubocop-rspec (~> 2.26) BUNDLED WITH 2.4.14