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 19:01:00 -05:00

10 lines
258 B
Ruby

source 'http://rubygems.org'
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'))