diff --git a/Gemfile.lock b/Gemfile.lock index bf37d26b..787ea2fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) json (2.18.1) - jwt (2.10.1) + jwt (3.1.2) base64 language_server-protocol (3.17.0.5) launchy (3.1.1) @@ -325,13 +325,14 @@ GEM nio4r (2.7.5) nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) - oauth2 (2.0.9) - faraday (>= 0.17.3, < 3.0) - jwt (>= 1.0, < 3.0) + oauth2 (2.0.18) + faraday (>= 0.17.3, < 4.0) + jwt (>= 1.0, < 4.0) + logger (~> 1.2) multi_xml (~> 0.5) rack (>= 1.2, < 4) - snaky_hash (~> 2.0) - version_gem (~> 1.1) + snaky_hash (~> 2.0, >= 2.0.3) + version_gem (~> 1.1, >= 1.1.9) omniauth (2.1.4) hashie (>= 3.4.6) logger @@ -549,9 +550,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -581,7 +582,7 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) useragent (0.16.11) - version_gem (1.1.4) + version_gem (1.1.9) virtus (2.0.0) axiom-types (~> 0.1) coercible (~> 1.0)