From 07daf06a6c5972d99350acb078c3760c85300d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:52:43 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0fb5cdd..4eb83f3 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.0' +gem 'rubocop-rspec', '~> 3.1' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index c2d6122..d864557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM parser (>= 3.3.1.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) simplecov (0.22.0) @@ -106,7 +106,7 @@ DEPENDENCIES rspec (~> 3.2) rubocop (~> 1.66) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.1) simplecov (~> 0.22.0) webmock (~> 3.1)