diff --git a/Gemfile b/Gemfile index 8cad570a..ee4075f5 100755 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'minitest-reporters', '1.7.1', require: false 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', '1.69.2', require: false gem 'rubocop-rspec', '3.0.4', require: false gem 'simplecov', '0.22.0', require: false gem 'webmock', '3.23.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 555a21fb..2c0dbf13 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) @@ -242,18 +241,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-rspec (3.0.4) rubocop (~> 1.61) @@ -274,7 +272,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 +291,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) @@ -328,7 +325,7 @@ DEPENDENCIES rake (= 13.2.1) random-port (~> 0) rspec-rails (= 6.1.4) - rubocop (= 1.65.1) + rubocop (= 1.69.2) rubocop-rspec (= 3.0.4) simplecov (= 0.22.0) webmock (= 3.23.1)