diff --git a/Gemfile.lock b/Gemfile.lock index 546ff3b8..6b30a54d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,9 @@ GEM concurrent-ruby (~> 1.0) jbuilder (2.11.3) activesupport (>= 5.0.0) + json (2.7.6) jwt (2.3.0) + language_server-protocol (3.17.0.3) listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -210,9 +212,10 @@ GEM notifications-ruby-client (5.3.0) jwt (>= 1.5, < 3) orm_adapter (0.5.0) - parallel (1.21.0) - parser (3.0.3.2) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) + racc pg (1.4.6) pry (0.14.1) coderay (~> 1.1) @@ -254,7 +257,7 @@ GEM method_source rake (>= 12.2) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.0) rb-inotify (0.10.1) @@ -281,24 +284,26 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.3) - rubocop (1.23.0) + rubocop (1.68.0) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.12.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.14.0) - parser (>= 3.0.1.1) - rubocop-rails (2.12.4) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.34.0) + parser (>= 3.3.1.0) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.6.0) - rubocop (~> 1.19) - ruby-progressbar (1.11.0) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (3.2.0) + rubocop (~> 1.61) + ruby-progressbar (1.13.0) rubyzip (2.3.2) selenium-webdriver (4.26.0) base64 (~> 0.2) @@ -326,7 +331,7 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.6.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0)