diff --git a/Gemfile.lock b/Gemfile.lock index 396c306b9..1630ca248 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -430,7 +430,7 @@ GEM addressable (>= 2.4) jsonapi-serializer (2.2.0) activesupport (>= 4.2) - jwt (2.4.1) + jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -550,12 +550,12 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.10) - oauth2 (1.4.10) + oauth2 (1.4.11) 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) octokit (5.6.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -564,9 +564,10 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-apple (1.0.2) + omniauth-apple (1.2.0) jwt omniauth-oauth2 + rack-protection (~> 2.0) omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) omniauth-github (2.0.0) diff --git a/vendor/cache/jwt-2.4.1.gem b/vendor/cache/jwt-2.4.1.gem deleted file mode 100644 index bf7ed344b..000000000 Binary files a/vendor/cache/jwt-2.4.1.gem and /dev/null differ diff --git a/vendor/cache/jwt-2.5.0.gem b/vendor/cache/jwt-2.5.0.gem new file mode 100644 index 000000000..233c16f8e Binary files /dev/null and b/vendor/cache/jwt-2.5.0.gem differ diff --git a/vendor/cache/oauth2-1.4.10.gem b/vendor/cache/oauth2-1.4.10.gem deleted file mode 100644 index 6261c87bd..000000000 Binary files a/vendor/cache/oauth2-1.4.10.gem and /dev/null differ diff --git a/vendor/cache/oauth2-1.4.11.gem b/vendor/cache/oauth2-1.4.11.gem new file mode 100644 index 000000000..3cf4245f9 Binary files /dev/null and b/vendor/cache/oauth2-1.4.11.gem differ diff --git a/vendor/cache/omniauth-apple-1.0.2.gem b/vendor/cache/omniauth-apple-1.0.2.gem deleted file mode 100644 index ac9d77a49..000000000 Binary files a/vendor/cache/omniauth-apple-1.0.2.gem and /dev/null differ diff --git a/vendor/cache/omniauth-apple-1.2.0.gem b/vendor/cache/omniauth-apple-1.2.0.gem new file mode 100644 index 000000000..70295d045 Binary files /dev/null and b/vendor/cache/omniauth-apple-1.2.0.gem differ