Skip to content

Commit

Permalink
Fix: OmniAuth version change
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 3, 2011
1 parent 53d15d1 commit 2d97b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ gem 'will_paginate', '3.0.pre'
gem 'memcache-client'

# OAuth
gem 'omniauth', '0.2.0.beta3'
gem "oa-openid", '0.2.0.beta3'
gem 'omniauth', '0.2.0'
gem "oa-openid", '0.2.0'
# gem "omniauth_china", :path => "/Users/jason/work/omniauth_china"
gem "omniauth_china", "0.0.6"

Expand Down

0 comments on commit 2d97b59

Please sign in to comment.