diff --git a/Gemfile.lock b/Gemfile.lock index 96765e18..adc39f6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,6 +170,7 @@ GEM activesupport (>= 5.0.0) jmespath (1.6.2) json (2.6.3) + language_server-protocol (3.17.0.3) llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) @@ -210,10 +211,11 @@ GEM http (>= 4.0.0) rails (>= 5.2.0) orm_adapter (0.5.0) + parallel (1.23.0) + parser (3.2.2.4) pagy (6.1.0) - parallel (1.22.1) - parser (3.2.0.0) ast (~> 2.4.1) + racc pg (1.4.5) public_suffix (5.0.1) puma (6.4.3) @@ -263,7 +265,7 @@ GEM redis-client (>= 0.9.0) redis-client (0.11.2) connection_pool - regexp_parser (2.6.1) + regexp_parser (2.8.2) reline (0.3.2) io-console (~> 0.5) responders (3.0.1) @@ -284,23 +286,25 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.42.0) + rubocop (1.57.1) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.24.1, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.1) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) rubocop-rails (2.17.4) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) @@ -329,7 +333,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.0) + unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0)