Skip to content

Commit

Permalink
Added oauth to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Feb 8, 2016
1 parent 6313d18 commit 3777673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ gem 'devise'
gem 'omniauth'
gem 'omniauth-oauth'
gem 'omniauth-openid'
gem 'omniauth-google-oauth2'

# use Nokogiri to parse the exercise files
gem 'nokogiri'

group :development do
gem 'capistrano'
gem 'capistrano', '~> 2.15.5'
gem 'rvm-capistrano'
gem 'thin'
end
Expand Down

0 comments on commit 3777673

Please sign in to comment.