1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/Gemfile
2011-04-07 18:57:12 -05:00

8 lines
228 B
Ruby

OMNIAUTH_GEMS = %w(oa-basic oa-core oa-oauth oa-openid oa-enterprise oa-more omniauth)
OMNIAUTH_GEMS.each do |jem|
gem jem, :path => jem
end
eval File.read(File.join(File.dirname(__FILE__), '/development_dependencies.rb'))