Skip to content

Commit

Permalink
GitHub integration was commented out in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Sep 3, 2015
1 parent f4b8e73 commit 12ce589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -576,6 +579,7 @@ DEPENDENCIES
omniauth
omniauth-37signals
omniauth-dropbox
omniauth-github
omniauth-tumblr
omniauth-twitter
omniauth-wunderlist!
Expand Down

0 comments on commit 12ce589

Please sign in to comment.