From 27835487900b15a3724a33a7d6e927211866a3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:43:33 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.0.5 to 3.1.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.5 to 3.1.0. - [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/v3.0.5...v3.1.0) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6569355..54daeb6 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'rubocop-factory_bot', '~> 2.26', '>= 2.26.1' gem 'rubocop-performance', '>= 1.21.1', '< 2.0' gem 'rubocop-rake', '>= 0.6', '< 1.0' - gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3' + gem 'rubocop-rspec', '~> 3.1' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0a22ca3..43385f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.1.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) securerandom (0.3.1) @@ -144,7 +144,7 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2024.2) tzinfo (>= 1.0.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) zeitwerk (2.6.18) PLATFORMS @@ -171,7 +171,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26, >= 2.26.1) rubocop-performance (>= 1.21.1, < 2.0) rubocop-rake (>= 0.6, < 1.0) - rubocop-rspec (~> 3.0, >= 3.0.3) + rubocop-rspec (~> 3.1) simplecov (>= 0.22.0, < 1.0) BUNDLED WITH