diff --git a/Gemfile b/Gemfile index b517bad..0fb5cdd 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.65' +gem 'rubocop', '~> 1.66' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.0' gem 'simplecov', '~> 0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9cb9d4d..1abb756 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM net-http (0.4.1) uri parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -50,8 +50,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan + rexml (3.3.7) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -65,18 +64,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.66.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 (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -89,7 +87,6 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - strscan (3.1.0) unicode-display_width (2.5.0) uri (0.13.1) webmock (3.23.1) @@ -107,7 +104,7 @@ DEPENDENCIES pry-byebug (~> 3.7) rake (~> 13.0) rspec (~> 3.2) - rubocop (~> 1.65) + rubocop (~> 1.66) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.0) simplecov (~> 0.22.0)