diff --git a/Gemfile b/Gemfile index f18e65eba..49b02cbeb 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser gem "octokit", "~> 4.19" # Simple wrapper for the GitHub API gem "oj", "~> 3.10" # JSON parser and object serializer gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider authentication -gem "omniauth-facebook", "~> 7.0" # OmniAuth strategy for Facebook +gem "omniauth-facebook", "~> 8.0" # OmniAuth strategy for Facebook gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elasticsearch to support http keep-alive connections diff --git a/Gemfile.lock b/Gemfile.lock index 77d57c6d0..0893cc553 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,7 +492,7 @@ GEM omniauth (1.9.1) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-facebook (7.0.0) + omniauth-facebook (8.0.0) omniauth-oauth2 (~> 1.2) omniauth-github (1.4.0) omniauth (~> 1.5) @@ -920,7 +920,7 @@ DEPENDENCIES octokit (~> 4.19) oj (~> 3.10) omniauth (~> 1.9) - omniauth-facebook (~> 7.0) + omniauth-facebook (~> 8.0) omniauth-github (~> 1.3) omniauth-twitter (~> 1.4) patron (~> 0.13.3) diff --git a/vendor/cache/omniauth-facebook-7.0.0.gem b/vendor/cache/omniauth-facebook-7.0.0.gem deleted file mode 100644 index 70be831f2..000000000 Binary files a/vendor/cache/omniauth-facebook-7.0.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-facebook-8.0.0.gem b/vendor/cache/omniauth-facebook-8.0.0.gem new file mode 100644 index 000000000..1f8a32ba6 Binary files /dev/null and b/vendor/cache/omniauth-facebook-8.0.0.gem differ