From b3a6c284079ad5a42410265d3110f11cf5c6b3b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:58:46 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.3.0 --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 8cad570a..ac3eba54 100755 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false gem 'rspec-rails', '6.1.4', require: false gem 'rubocop', '1.65.1', require: false -gem 'rubocop-rspec', '3.0.4', require: false +gem 'rubocop-rspec', '3.3.0', require: false gem 'simplecov', '0.22.0', require: false gem 'webmock', '3.23.1', require: false gem 'xcop', '>=0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 555a21fb..f0d214af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.2) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -174,8 +174,8 @@ GEM nenv (~> 0.1) shellany (~> 0.0) openssl (3.2.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc plist (3.1.0) @@ -220,11 +220,10 @@ GEM ffi (~> 1.0) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.4) - strscan + rexml (3.3.9) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.1) @@ -253,9 +252,9 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) - rubocop-rspec (3.0.4) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -274,7 +273,6 @@ GEM tilt (~> 2.0) slop (4.10.1) stringio (3.1.1) - strscan (3.1.0) sys-proctable (1.3.0) ffi (~> 1.1) sys-uname (1.3.0) @@ -294,7 +292,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) usagewatch (0.0.7) usagewatch_ext (0.2.1) usagewatch (~> 0.0.6) @@ -329,7 +327,7 @@ DEPENDENCIES random-port (~> 0) rspec-rails (= 6.1.4) rubocop (= 1.65.1) - rubocop-rspec (= 3.0.4) + rubocop-rspec (= 3.3.0) simplecov (= 0.22.0) webmock (= 3.23.1) xcop (>= 0.6)