diff --git a/Gemfile b/Gemfile index d7ab60e..7aa47d3 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gemspec gem 'phony' gem 'rake', '~> 13.1' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.53' +gem 'rubocop', '~> 1.61' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index b9ee5ba..e80e8e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM irb (1.11.2) rdoc reline (>= 0.4.2) - json (2.6.3) + json (2.7.1) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -68,8 +68,8 @@ GEM racc (~> 1.4) nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) - parallel (1.23.0) - parser (3.2.2.4) + parallel (1.24.0) + parser (3.3.0.5) ast (~> 2.4.1) racc phony (2.20.12) @@ -103,7 +103,7 @@ GEM rake (13.1.0) rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.8.2) + regexp_parser (2.9.0) reline (0.4.3) io-console (~> 0.5) rexml (3.2.6) @@ -120,19 +120,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.53.0) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + 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.28.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.19.0) rubocop (~> 1.41) rubocop-factory_bot (2.24.0) @@ -162,7 +162,7 @@ DEPENDENCIES phony rake (~> 13.1) rspec (~> 3.13) - rubocop (~> 1.53) + rubocop (~> 1.61) rubocop-rspec BUNDLED WITH