mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
13 lines
645 B
Ruby
13 lines
645 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem 'oa-core', :path => File.expand_path('../../oa-core/', __FILE__)
|
|
gem 'oa-basic', :path => File.expand_path('../../oa-basic/', __FILE__)
|
|
gem 'oa-enterprise', :path => File.expand_path('../../oa-enterprise/', __FILE__)
|
|
gem 'oa-oauth', :path => File.expand_path('../../oa-oauth/', __FILE__)
|
|
gem 'oa-openid', :path => File.expand_path('../../oa-openid/', __FILE__)
|
|
|
|
# Will automatically pull in this gem and all its
|
|
# dependencies specified in the gemspec
|
|
gem 'omniauth', :path => File.expand_path("..", __FILE__)
|
|
|
|
eval File.read(File.join(File.dirname(__FILE__), '../development_dependencies.rb'))
|