Skip to content

Commit

Permalink
reverted gemspec changes to limit omniauth requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridindie committed Aug 8, 2011
1 parent dfc220c commit d9ca5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_social.gemspec
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|

s.add_dependency('spree_core', '>= 0.60.0.RC1')
s.add_dependency('spree_auth', '>= 0.60.0.RC1')
s.add_dependency('omniauth', '>= 0.2.6')
s.add_dependency('oa-oauth', '>= 0.2.2') # we don't need all of the omniauth family just the oAuth stuff'

end

0 comments on commit d9ca5fe

Please sign in to comment.