mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
8 lines
228 B
Ruby
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'))
|
|
|