Fixes errors caused by omniauth

This commit is contained in:
Thomas Buchöster
2013-01-02 00:19:58 +01:00
parent e70f570b99
commit 00dd3e1a91
3 changed files with 24 additions and 29 deletions
+3 -2
View File
@@ -25,8 +25,9 @@ gem 'hashie'
# authentication
gem 'devise'
gem 'oa-oauth', :require => 'omniauth/oauth'
gem 'oa-openid', :require => 'omniauth/openid'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-openid'
# for file upload ( -> avatar )
gem 'paperclip', '~> 2.3'