diff --git a/Gemfile b/Gemfile index 57d9bb61a..73bf1b8c7 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '7.0.0', require: false -gem 'rubocop', '1.61.0', require: false +gem 'rubocop', '1.69.1', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index f33a901ad..5de3b1292 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) iri (0.8.0) - json (2.7.2) + json (2.9.0) language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -114,8 +114,8 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) 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 pg (1.5.7) @@ -163,15 +163,14 @@ GEM ffi (~> 1.0) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) relative_time (1.1.0) i18n reline (0.5.9) io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) - rexml (3.3.1) - strscan + rexml (3.3.9) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) @@ -189,18 +188,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.61.0) + rubocop (1.69.1) 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 (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 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.3) rubocop (~> 1.61) @@ -240,7 +238,6 @@ GEM concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) stringio (3.1.1) - strscan (3.1.0) telebot (0.1.2) faraday faraday_middleware @@ -251,7 +248,7 @@ GEM tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) useragent (0.16.10) virtus (2.0.0) axiom-types (~> 0.1) @@ -287,7 +284,7 @@ DEPENDENCIES relative_time (= 1.1.0) rerun (= 0.14.0) rspec-rails (= 7.0.0) - rubocop (= 1.61.0) + rubocop (= 1.69.1) rubocop-rspec (= 3.0.3) sass (= 3.7.4) sentry-raven (= 3.1.2)