diff --git a/Gemfile.lock b/Gemfile.lock index 1630ca248..11f6bd8e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM i18n (>= 1.8.11, < 2) fakeredis (0.8.0) redis (~> 4.1) - faraday (2.5.2) + faraday (2.6.0) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-cookie_jar (0.0.7) @@ -550,12 +550,13 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.10) - oauth2 (1.4.11) + oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) octokit (5.6.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -570,20 +571,20 @@ GEM rack-protection (~> 2.0) omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) - omniauth-github (2.0.0) + omniauth-github (2.0.1) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) - omniauth-google-oauth2 (1.0.1) + omniauth-oauth2 (~> 1.8) + omniauth-google-oauth2 (1.1.1) jwt (>= 2.0) - oauth2 (~> 1.1) + oauth2 (~> 2.0.6) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (~> 1.8.0) omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) - omniauth-oauth2 (1.7.3) + omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) - omniauth (>= 1.9, < 3) + omniauth (~> 2.0) omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) @@ -831,6 +832,9 @@ GEM simplecov_json_formatter (0.1.4) slack-notifier (2.4.0) smart_properties (1.17.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) solargraph (0.46.0) backport (~> 1.2) benchmark @@ -904,6 +908,7 @@ GEM vault (0.17.0) aws-sigv4 vcr (6.1.0) + version_gem (1.1.1) warden (1.2.9) rack (>= 2.0.9) warning (1.3.0) diff --git a/vendor/cache/faraday-2.5.2.gem b/vendor/cache/faraday-2.5.2.gem deleted file mode 100644 index a66f174bf..000000000 Binary files a/vendor/cache/faraday-2.5.2.gem and /dev/null differ diff --git a/vendor/cache/faraday-2.6.0.gem b/vendor/cache/faraday-2.6.0.gem new file mode 100644 index 000000000..9f1e62459 Binary files /dev/null and b/vendor/cache/faraday-2.6.0.gem differ diff --git a/vendor/cache/oauth2-1.4.11.gem b/vendor/cache/oauth2-1.4.11.gem deleted file mode 100644 index 3cf4245f9..000000000 Binary files a/vendor/cache/oauth2-1.4.11.gem and /dev/null differ diff --git a/vendor/cache/oauth2-2.0.9.gem b/vendor/cache/oauth2-2.0.9.gem new file mode 100644 index 000000000..f875e11d1 Binary files /dev/null and b/vendor/cache/oauth2-2.0.9.gem differ diff --git a/vendor/cache/omniauth-github-2.0.0.gem b/vendor/cache/omniauth-github-2.0.0.gem deleted file mode 100644 index b1f7f2a9d..000000000 Binary files a/vendor/cache/omniauth-github-2.0.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-github-2.0.1.gem b/vendor/cache/omniauth-github-2.0.1.gem new file mode 100644 index 000000000..f3a27a935 Binary files /dev/null and b/vendor/cache/omniauth-github-2.0.1.gem differ diff --git a/vendor/cache/omniauth-google-oauth2-1.0.1.gem b/vendor/cache/omniauth-google-oauth2-1.0.1.gem deleted file mode 100644 index 289196ed7..000000000 Binary files a/vendor/cache/omniauth-google-oauth2-1.0.1.gem and /dev/null differ diff --git a/vendor/cache/omniauth-google-oauth2-1.1.1.gem b/vendor/cache/omniauth-google-oauth2-1.1.1.gem new file mode 100644 index 000000000..9c59eb69f Binary files /dev/null and b/vendor/cache/omniauth-google-oauth2-1.1.1.gem differ diff --git a/vendor/cache/omniauth-oauth2-1.7.3.gem b/vendor/cache/omniauth-oauth2-1.7.3.gem deleted file mode 100644 index 6338780ae..000000000 Binary files a/vendor/cache/omniauth-oauth2-1.7.3.gem and /dev/null differ diff --git a/vendor/cache/omniauth-oauth2-1.8.0.gem b/vendor/cache/omniauth-oauth2-1.8.0.gem new file mode 100644 index 000000000..3e58a53bf Binary files /dev/null and b/vendor/cache/omniauth-oauth2-1.8.0.gem differ diff --git a/vendor/cache/snaky_hash-2.0.1.gem b/vendor/cache/snaky_hash-2.0.1.gem new file mode 100644 index 000000000..7f75a8534 Binary files /dev/null and b/vendor/cache/snaky_hash-2.0.1.gem differ diff --git a/vendor/cache/version_gem-1.1.1.gem b/vendor/cache/version_gem-1.1.1.gem new file mode 100644 index 000000000..7430b4ee7 Binary files /dev/null and b/vendor/cache/version_gem-1.1.1.gem differ