diff --git a/Gemfile b/Gemfile index 495c63b82..610a0975a 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API gem "oj", "~> 3.13" # JSON parser and object serializer gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple -gem "omniauth-facebook", "~> 8.0" # OmniAuth strategy for Facebook +gem "omniauth-facebook", "~> 9.0" # OmniAuth strategy for Facebook gem "omniauth-github", "~> 2.0" # OmniAuth strategy for GitHub gem "omniauth-rails_csrf_protection", "~> 1.0" # Provides CSRF protection on OmniAuth request endpoint on Rails application. gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter diff --git a/Gemfile.lock b/Gemfile.lock index 9e0df65d4..544221674 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -514,7 +514,7 @@ GEM omniauth-apple (1.0.2) jwt omniauth-oauth2 - omniauth-facebook (8.0.0) + omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) omniauth-github (2.0.0) omniauth (~> 2.0) @@ -957,7 +957,7 @@ DEPENDENCIES oj (~> 3.13) omniauth (~> 2.0) omniauth-apple (~> 1.0) - omniauth-facebook (~> 8.0) + omniauth-facebook (~> 9.0) omniauth-github (~> 2.0) omniauth-rails_csrf_protection (~> 1.0) omniauth-twitter (~> 1.4) diff --git a/vendor/cache/omniauth-facebook-8.0.0.gem b/vendor/cache/omniauth-facebook-8.0.0.gem deleted file mode 100644 index 1f8a32ba6..000000000 Binary files a/vendor/cache/omniauth-facebook-8.0.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-facebook-9.0.0.gem b/vendor/cache/omniauth-facebook-9.0.0.gem new file mode 100644 index 000000000..6e6ac378a Binary files /dev/null and b/vendor/cache/omniauth-facebook-9.0.0.gem differ