diff --git a/Gemfile b/Gemfile index 99ee6a2..0f92872 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'gem-release', '~> 2.1' gem 'pry-byebug', '~> 3.7' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.2' -gem 'rubocop', '~> 1.66' +gem 'rubocop', '~> 1.69' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.1' gem 'simplecov', '~> 0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7f606cc..5373e27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM net-http gem-release (2.2.2) hashdiff (1.1.1) - json (2.7.2) + json (2.9.0) language_server-protocol (3.17.0.3) logger (1.6.0) method_source (1.1.0) @@ -36,7 +36,7 @@ GEM net-http (0.4.1) uri parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -49,7 +49,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -64,17 +64,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.66.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) - rubocop-ast (>= 1.32.2, < 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.32.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -87,7 +87,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - 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) @@ -104,7 +106,7 @@ DEPENDENCIES pry-byebug (~> 3.7) rake (~> 13.0) rspec (~> 3.2) - rubocop (~> 1.66) + rubocop (~> 1.69) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.1) simplecov (~> 0.22.0)