From b0d1d8c838e431722045c4a07e5553343fdb1233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:14:58 +0000 Subject: [PATCH] chore(deps): bump rubocop-rspec from 3.1.0 to 3.2.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.1.0 to 3.2.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.1.0...v3.2.0) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 99ee6a2..626e3b7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.2' gem 'rubocop', '~> 1.66' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 3.1' +gem 'rubocop-rspec', '~> 3.2' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/Gemfile.lock b/Gemfile.lock index 7f606cc..38aeda5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM net-http gem-release (2.2.2) hashdiff (1.1.1) - json (2.7.2) + json (2.7.4) language_server-protocol (3.17.0.3) logger (1.6.0) method_source (1.1.0) @@ -78,7 +78,7 @@ GEM parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -106,7 +106,7 @@ DEPENDENCIES rspec (~> 3.2) rubocop (~> 1.66) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.1) + rubocop-rspec (~> 3.2) simplecov (~> 0.22.0) webmock (~> 3.24)