diff --git a/Gemfile.lock b/Gemfile.lock index 542f7ef0..777819b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,6 +47,7 @@ GEM httpclient (2.8.3) i18n (1.8.8) concurrent-ruby (~> 1.0) + json (2.6.3) json-jwt (1.13.0) activesupport (>= 4.2) aes_key_wrap @@ -95,8 +96,8 @@ GEM sinatra sinatra-activerecord (>= 2.0.22) sinatra-contrib - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pg (1.2.3) posthog-ruby (1.1.0) @@ -122,10 +123,10 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.4) + regexp_parser (2.6.2) + rexml (3.2.5) roda (3.40.0) rack rodauth (2.9.0) @@ -144,17 +145,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.1) - rubocop (1.10.0) + rubocop (1.44.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby-saml (1.11.0) nokogiri (>= 1.5.10) @@ -189,7 +191,7 @@ GEM tilt (2.0.10) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) webmock (3.11.2) addressable (>= 2.3.6) crack (>= 0.3.2)