diff --git a/Gemfile b/Gemfile index 6aa14b2..c415113 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'pry-byebug', '~> 3.10', '>= 3.10.1' group :development do gem 'dotenv', '~> 3.1' - gem 'rubocop', '~> 1.68' + gem 'rubocop', '~> 1.69' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.2' gem 'super_diff', '~> 0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6c31e34..edfdbc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM ffi (1.17.0-x86_64-linux-gnu) hashdiff (1.1.1) ipaddr (1.2.7) - json (2.7.5) + json (2.8.2) json-schema (5.1.0) addressable (~> 2.8) language_server-protocol (3.17.0.3) @@ -50,7 +50,7 @@ GEM optimist (3.1.0) ostruct (0.6.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc patience_diff (1.2.0) @@ -78,7 +78,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rerun (0.14.0) listen (~> 3.0) rexml (3.3.8) @@ -99,17 +99,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.69.0) 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) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -148,7 +148,9 @@ GEM patience_diff tilt (2.3.0) timecop (0.9.10) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (0.13.1) webmock (3.24.0) addressable (>= 2.8.0) @@ -176,7 +178,7 @@ DEPENDENCIES rerun (~> 0.14.0) rqrcode (~> 2.0) rspec (~> 3.13) - rubocop (~> 1.68) + rubocop (~> 1.69) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.2) ruby-units (~> 4.1)