From 12ce589e9081dbd104542a41ae3882c600289843 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Thu, 3 Sep 2015 07:55:29 -0700 Subject: [PATCH] GitHub integration was commented out in Gemfile --- Gemfile | 2 +- Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 10532109ff..321340b26e 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'haversine' # Optional Services. gem 'omniauth-37signals' # BasecampAgent -# gem 'omniauth-github' +gem 'omniauth-github' gem 'omniauth-wunderlist', github: 'wunderlist/omniauth-wunderlist', ref: 'd0910d0396107b9302aa1bc50e74bb140990ccb8' # Bundler <1.5 does not recognize :x64_mingw as a valid platform name. diff --git a/Gemfile.lock b/Gemfile.lock index 8a9e0d5ec6..5e3d970066 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,6 +318,9 @@ GEM omniauth-oauth2 (~> 1.0) omniauth-dropbox (0.2.0) omniauth-oauth (~> 1.0) + omniauth-github (1.1.2) + omniauth (~> 1.0) + omniauth-oauth2 (~> 1.1) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) @@ -576,6 +579,7 @@ DEPENDENCIES omniauth omniauth-37signals omniauth-dropbox + omniauth-github omniauth-tumblr omniauth-twitter omniauth-wunderlist!