diff --git a/Gemfile.lock b/Gemfile.lock index e266e59b5..528893273 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,6 @@ GEM activerecord (>= 6.0, < 7.1) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - aes_key_wrap (1.1.0) ahoy_email (2.1.3) actionmailer (>= 5) addressable (>= 2.3.2) @@ -115,7 +114,6 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bindata (2.4.14) bindex (0.8.1) blazer (2.6.5) activerecord (>= 5) @@ -258,7 +256,7 @@ GEM i18n (>= 1.8.11, < 2) fakeredis (0.8.0) redis (~> 4.1) - faraday (2.7.4) + faraday (2.7.1) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-cookie_jar (0.0.7) @@ -424,17 +422,11 @@ GEM js-routes (2.2.4) railties (>= 4) json (2.6.3) - json-jwt (1.16.3) - activesupport (>= 4.2) - aes_key_wrap - bindata - faraday (~> 2.0) - faraday-follow_redirects json-schema (2.8.1) addressable (>= 2.4) jsonapi-serializer (2.2.0) activesupport (>= 4.2) - jwt (2.6.0) + jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -563,12 +555,12 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) oj (3.13.23) - omniauth (2.1.1) + omniauth (2.1.0) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-apple (1.3.0) - json-jwt + omniauth-apple (1.2.2) + jwt omniauth-oauth2 omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) @@ -625,7 +617,7 @@ GEM rack (>= 2.0.0) rack-host-redirect (1.3.0) rack - rack-protection (3.0.5) + rack-protection (3.0.3) rack rack-proxy (0.7.2) rack diff --git a/vendor/cache/aes_key_wrap-1.1.0.gem b/vendor/cache/aes_key_wrap-1.1.0.gem deleted file mode 100644 index 1a4d22535..000000000 Binary files a/vendor/cache/aes_key_wrap-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/bindata-2.4.14.gem b/vendor/cache/bindata-2.4.14.gem deleted file mode 100644 index 06a3d2316..000000000 Binary files a/vendor/cache/bindata-2.4.14.gem and /dev/null differ diff --git a/vendor/cache/faraday-2.7.1.gem b/vendor/cache/faraday-2.7.1.gem new file mode 100644 index 000000000..bafbdd9e7 Binary files /dev/null and b/vendor/cache/faraday-2.7.1.gem differ diff --git a/vendor/cache/faraday-2.7.4.gem b/vendor/cache/faraday-2.7.4.gem deleted file mode 100644 index 7b04dd876..000000000 Binary files a/vendor/cache/faraday-2.7.4.gem and /dev/null differ diff --git a/vendor/cache/json-jwt-1.16.3.gem b/vendor/cache/json-jwt-1.16.3.gem deleted file mode 100644 index cbc0dab9e..000000000 Binary files a/vendor/cache/json-jwt-1.16.3.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/jwt-2.6.0.gem b/vendor/cache/jwt-2.6.0.gem deleted file mode 100644 index 21836de64..000000000 Binary files a/vendor/cache/jwt-2.6.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-2.1.0.gem b/vendor/cache/omniauth-2.1.0.gem new file mode 100644 index 000000000..5d8c445a7 Binary files /dev/null and b/vendor/cache/omniauth-2.1.0.gem differ diff --git a/vendor/cache/omniauth-2.1.1.gem b/vendor/cache/omniauth-2.1.1.gem deleted file mode 100644 index 81fe591a6..000000000 Binary files a/vendor/cache/omniauth-2.1.1.gem and /dev/null differ diff --git a/vendor/cache/omniauth-apple-1.2.2.gem b/vendor/cache/omniauth-apple-1.2.2.gem new file mode 100644 index 000000000..80a0185fe Binary files /dev/null and b/vendor/cache/omniauth-apple-1.2.2.gem differ diff --git a/vendor/cache/omniauth-apple-1.3.0.gem b/vendor/cache/omniauth-apple-1.3.0.gem deleted file mode 100644 index 3cd166aa0..000000000 Binary files a/vendor/cache/omniauth-apple-1.3.0.gem and /dev/null differ diff --git a/vendor/cache/rack-protection-3.0.3.gem b/vendor/cache/rack-protection-3.0.3.gem new file mode 100644 index 000000000..f1ca8ca7a Binary files /dev/null and b/vendor/cache/rack-protection-3.0.3.gem differ diff --git a/vendor/cache/rack-protection-3.0.5.gem b/vendor/cache/rack-protection-3.0.5.gem deleted file mode 100644 index 32f3714b7..000000000 Binary files a/vendor/cache/rack-protection-3.0.5.gem and /dev/null differ