From d29f3dd63159be6fe338be582f038d5b530e4e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:31:02 +0000 Subject: [PATCH] :arrow_up: Bump rubocop-rspec from 2.26.1 to 2.27.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.26.1 to 2.27.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.26.1...v2.27.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production 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 2c31a0c..0a2fd7c 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ gem 'steep' gem 'typeprof' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 2.26' +gem 'rubocop-rspec', '~> 2.27' diff --git a/Gemfile.lock b/Gemfile.lock index e5171eb..d188810 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,15 +83,15 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.26.1) + rubocop-rspec (2.27.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -132,7 +132,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.26) + rubocop-rspec (~> 2.27) steep typeprof