diff --git a/Gemfile.lock b/Gemfile.lock index 44579af44..2ed3d6dd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,7 +393,7 @@ GEM json (2.5.1) jsonapi-serializer (2.2.0) activesupport (>= 4.2) - jwt (2.2.2) + jwt (2.2.3) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -481,7 +481,7 @@ GEM hashie (>= 3.4.6) rack (>= 1.6.2, < 3) rack-protection - omniauth-apple (1.0.1) + omniauth-apple (1.0.2) jwt omniauth-oauth2 omniauth-facebook (8.0.0) diff --git a/vendor/cache/jwt-2.2.2.gem b/vendor/cache/jwt-2.2.2.gem deleted file mode 100644 index a5f61d04f..000000000 Binary files a/vendor/cache/jwt-2.2.2.gem and /dev/null differ diff --git a/vendor/cache/jwt-2.2.3.gem b/vendor/cache/jwt-2.2.3.gem new file mode 100644 index 000000000..a49fb5e8f Binary files /dev/null and b/vendor/cache/jwt-2.2.3.gem differ diff --git a/vendor/cache/omniauth-apple-1.0.1.gem b/vendor/cache/omniauth-apple-1.0.1.gem deleted file mode 100644 index e8d41fcf9..000000000 Binary files a/vendor/cache/omniauth-apple-1.0.1.gem and /dev/null differ diff --git a/vendor/cache/omniauth-apple-1.0.2.gem b/vendor/cache/omniauth-apple-1.0.2.gem new file mode 100644 index 000000000..ac9d77a49 Binary files /dev/null and b/vendor/cache/omniauth-apple-1.0.2.gem differ