From 12a6166c99fac434c975631ee0d2274cbb81548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:33:10 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.19.0 to 3.0.5 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.19.0 to 3.0.5. - [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.19.0...v3.0.5) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++------------------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index c6d8505..49c3102 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem "simplecov_json_formatter", require: false gem "rubocop", "~> 1.49" gem "rubocop-rake", "~> 0.6" -gem "rubocop-rspec", "~> 2.19" +gem "rubocop-rspec", "~> 3.0" gem "steep", require: false diff --git a/Gemfile.lock b/Gemfile.lock index ecf9c9f..a5e064f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,24 +20,25 @@ GEM fileutils (1.7.1) i18n (1.13.0) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.5.3) minitest (5.18.0) - parallel (1.23.0) - parser (3.2.2.1) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) + racc + racc (1.8.1) rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rbs (3.1.0) - regexp_parser (2.7.0) - rexml (3.2.5) + regexp_parser (2.9.2) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -51,25 +52,22 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.49.0) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.17.1) - rubocop (~> 1.41) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.19.0) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) + rubocop-rspec (3.0.5) + rubocop (~> 1.61) ruby-progressbar (1.13.0) securerandom (0.2.2) simplecov (0.22.0) @@ -98,7 +96,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS arm64-darwin-22 @@ -110,7 +108,7 @@ DEPENDENCIES rspec (~> 3.12) rubocop (~> 1.49) rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.19) + rubocop-rspec (~> 3.0) simplecov simplecov_json_formatter steep