From 07ae63bf98ce8711855e56e20d727e1a89910b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:33:32 +0000 Subject: [PATCH] :arrow_up: Bump rubocop-rspec from 2.23.2 to 2.26.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 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.23.2...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 592da49..361fb01 100644 --- a/Gemfile +++ b/Gemfile @@ -15,5 +15,5 @@ end group :development do gem 'rubocop', '~> 1.59', require: false gem 'rubocop-rake', '~> 0.6', require: false - gem 'rubocop-rspec', '~> 2.23', require: false + gem 'rubocop-rspec', '~> 2.26', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index f1340fd..3ffa8d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,14 +15,14 @@ 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 polyglot (0.3.5) racc (1.7.3) rainbow (3.1.1) rake (13.1.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -50,14 +50,14 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.25.0) rubocop (~> 1.33) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) + rubocop-rspec (2.26.1) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) @@ -88,7 +88,7 @@ DEPENDENCIES rspec (~> 3.12) rubocop (~> 1.59) rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.23) + rubocop-rspec (~> 2.26) simplecov (~> 0.16) test-prof (~> 1.3) treetop (~> 1.6)