diff --git a/Gemfile.lock b/Gemfile.lock index 37c948f..9a24f99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.6.3) + json (2.7.1) json_api_client (1.21.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) @@ -152,6 +152,7 @@ GEM faraday (>= 0.15.2, < 2.0) faraday_middleware (>= 0.9.0, < 2.0) rack (>= 0.2) + language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) listen (3.8.0) @@ -198,9 +199,10 @@ GEM nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) oj (3.14.2) - parallel (1.22.1) - parser (3.2.1.0) + parallel (1.24.0) + parser (3.3.0.2) ast (~> 2.4.1) + racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -250,28 +252,30 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) roo (2.8.3) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) - rubocop (1.46.0) + rubocop (1.59.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + 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.26.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.26.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-rails (2.17.4) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - ruby-progressbar (1.11.0) + rubocop-ast (>= 1.30.0, < 2.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) sassc (2.4.0) @@ -313,7 +317,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webrick (1.7.0) websocket (1.2.10) websocket-driver (0.7.6)