diff --git a/Gemfile.lock b/Gemfile.lock index 949f3c8..40a1f76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) - faraday (0.17.3) + faraday (0.17.6) multipart-post (>= 1.2, < 3) faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) @@ -37,26 +37,27 @@ GEM activesupport (>= 3.0) graphql (~> 1.8) hashdiff (1.0.1) + hashie (5.0.0) i18n (1.8.2) concurrent-ruby (~> 1.0) jwe (0.4.0) - jwt (2.2.1) + jwt (2.7.0) method_source (0.9.2) minitest (5.14.0) - multi_json (1.14.1) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + multipart-post (2.3.0) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - rack (2.2.2) + rack (3.0.7) rake (13.0.1) rb-readline (0.5.5) rspec-core (3.9.0) @@ -69,11 +70,15 @@ GEM rspec-support (~> 3.9.0) rspec-support (3.9.0) safe_yaml (1.0.5) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) thor (1.0.1) thread_safe (0.3.6) tzinfo (1.2.6) thread_safe (~> 0.1) vcr (5.1.0) + version_gem (1.1.1) webmock (3.8.2) addressable (>= 2.3.6) crack (>= 0.3.2)