From f303835de7301d9ef1ef1a42e8c2b249a3e14411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Jun 2017 13:28:56 +0000 Subject: [PATCH] Bump omniauth-github from 1.1.2 to 1.2.2 Bumps [omniauth-github](https://github.com/intridea/omniauth-github) from 1.1.2 to 1.2.2. - [Release notes](https://github.com/intridea/omniauth-github/releases/tag/v1.2.2) - [Commits](https://github.com/intridea/omniauth-github/compare/v1.1.2...v1.2.2) I'll automatically resolve any conflicts with this PR as long as you don't alter it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below. --- Gemfile.lock | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a41819..3aed395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,8 +177,8 @@ GEM net-http-pipeline (1.0.1) nokogiri (1.7.2) mini_portile2 (~> 2.1.0) - oauth2 (1.3.1) - faraday (>= 0.8, < 0.12) + oauth2 (1.4.0) + faraday (>= 0.8, < 0.13) jwt (~> 1.0) multi_json (~> 1.3) multi_xml (~> 0.5) @@ -186,12 +186,10 @@ GEM omniauth (1.4.2) hashie (>= 1.2, < 4) rack (>= 1.0, < 3) - omniauth-github (1.1.2) - omniauth (~> 1.0) - omniauth-oauth2 (~> 1.1) - omniauth-oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) - multi_json (~> 1.3) + omniauth-github (1.2.2) + omniauth (~> 1.4.0) + omniauth-oauth2 (>= 1.4.0, < 2.0) + omniauth-oauth2 (1.4.0) oauth2 (~> 1.0) omniauth (~> 1.2) orm_adapter (0.5.0)