diff --git a/Gemfile.lock b/Gemfile.lock index ec606b3..fde4362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,17 +8,20 @@ GEM specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.2.0) + ast (2.4.2) bacon (1.2.0) + base64 (0.1.1) codeclimate-test-reporter (0.4.1) simplecov (>= 0.7.1, < 1.0.0) crack (0.4.2) safe_yaml (~> 1.0.0) docile (1.1.5) ffi (1.13.1) + json (2.6.3) kicker (3.0.0) listen (~> 1.3.0) notify (~> 0.5.2) + language_server-protocol (3.17.0.3) listen (1.3.1) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) @@ -31,34 +34,45 @@ GEM mocha (>= 0.13.0) multi_json (1.10.1) notify (0.5.2) - parser (2.3.0.6) - ast (~> 2.2) - powerpack (0.1.1) + parallel (1.23.0) + parser (3.2.2.4) + ast (~> 2.4.1) + racc prettybacon (0.0.2) bacon (~> 1.2) public_suffix (4.0.6) - rainbow (2.1.0) + racc (1.7.1) + rainbow (3.1.1) rake (13.0.1) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) rb-kqueue (0.2.3) ffi (>= 0.5.0) + regexp_parser (2.8.2) rexml (3.2.5) - rubocop (0.38.0) - parser (>= 2.3.0.6, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rubocop (1.57.1) + base64 (~> 0.1.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) + parallel (~> 1.10) + 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.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.7.5) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.13.0) safe_yaml (1.0.4) simplecov (0.9.1) docile (~> 1.1.0) multi_json (~> 1.0) simplecov-html (~> 0.8.0) simplecov-html (0.8.0) - unicode-display_width (1.7.0) + unicode-display_width (2.5.0) vcr (2.9.3) webmock (1.8.11) addressable (>= 2.2.7)