From 2d99c1b80ba2e17500b3f4f93fb2dbf830d0a609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:57:06 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.31.0 to 3.0.2 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.31.0 to 3.0.2. - [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.31.0...v3.0.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 9ff56de..07fd47c 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,5 @@ group :test do gem "rubocop", "~> 1.64", require: false gem "rubocop-performance", "~> 1.21", require: false gem "rubocop-rake", "~> 0.6.0", require: false - gem "rubocop-rspec", "~> 2.31", require: false + gem "rubocop-rspec", "~> 3.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index bba94f5..d45ee43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,14 +44,14 @@ GEM minitest (5.23.1) mutex_m (0.2.0) parallel (1.25.1) - parser (3.3.2.0) + parser (3.3.3.0) ast (~> 2.4.1) racc racc (1.8.0) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.2.9) + rexml (3.3.1) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -79,22 +79,13 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.26.0) - rubocop (~> 1.41) rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.31.0) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.29.0) - rubocop (~> 1.40) + rubocop-rspec (3.0.2) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.21.2) docile (~> 1.1) @@ -123,7 +114,7 @@ DEPENDENCIES rubocop (~> 1.64) rubocop-performance (~> 1.21) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.31) + rubocop-rspec (~> 3.0) simplecov (~> 0.21) sqlite3 (~> 1.7)