diff --git a/Gemfile b/Gemfile index 0f000f94f..397613dad 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser gem "octokit", "~> 4.16" # 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", "~> 6.0" # OmniAuth strategy for Facebook +gem "omniauth-facebook", "~> 7.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 eec2f79db..297ccb894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,7 +488,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.4) - oauth2 (1.4.3) + oauth2 (1.4.4) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -501,7 +501,7 @@ GEM omniauth (1.9.1) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-facebook (6.0.0) + omniauth-facebook (7.0.0) omniauth-oauth2 (~> 1.2) omniauth-github (1.4.0) omniauth (~> 1.5) @@ -509,8 +509,8 @@ GEM omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) + omniauth-oauth2 (1.7.0) + oauth2 (~> 1.4) omniauth (~> 1.9) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) @@ -930,7 +930,7 @@ DEPENDENCIES octokit (~> 4.16) oj (~> 3.10) omniauth (~> 1.9) - omniauth-facebook (~> 6.0) + omniauth-facebook (~> 7.0) omniauth-github (~> 1.3) omniauth-twitter (~> 1.4) patron (~> 0.13.3) diff --git a/vendor/cache/oauth2-1.4.3.gem b/vendor/cache/oauth2-1.4.3.gem deleted file mode 100644 index 51232452c..000000000 Binary files a/vendor/cache/oauth2-1.4.3.gem and /dev/null differ diff --git a/vendor/cache/oauth2-1.4.4.gem b/vendor/cache/oauth2-1.4.4.gem new file mode 100644 index 000000000..726547d8c Binary files /dev/null and b/vendor/cache/oauth2-1.4.4.gem differ diff --git a/vendor/cache/omniauth-facebook-6.0.0.gem b/vendor/cache/omniauth-facebook-6.0.0.gem deleted file mode 100644 index d0dda1909..000000000 Binary files a/vendor/cache/omniauth-facebook-6.0.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-facebook-7.0.0.gem b/vendor/cache/omniauth-facebook-7.0.0.gem new file mode 100644 index 000000000..70be831f2 Binary files /dev/null and b/vendor/cache/omniauth-facebook-7.0.0.gem differ diff --git a/vendor/cache/omniauth-oauth2-1.6.0.gem b/vendor/cache/omniauth-oauth2-1.6.0.gem deleted file mode 100644 index bc35824d7..000000000 Binary files a/vendor/cache/omniauth-oauth2-1.6.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-oauth2-1.7.0.gem b/vendor/cache/omniauth-oauth2-1.7.0.gem new file mode 100644 index 000000000..71f04ae67 Binary files /dev/null and b/vendor/cache/omniauth-oauth2-1.7.0.gem differ