2010-06-13 16:36:59 -04:00
|
|
|
source "http://rubygems.org"
|
|
|
|
|
2010-07-04 15:44:57 -04:00
|
|
|
gem 'oa-core', :path => File.expand_path('../../oa-core/', __FILE__)
|
|
|
|
gem 'oa-basic', :path => File.expand_path('../../oa-basic/', __FILE__)
|
2010-08-10 16:04:19 -04:00
|
|
|
gem 'oa-enterprise', :path => File.expand_path('../../oa-enterprise/', __FILE__)
|
2010-07-04 15:44:57 -04:00
|
|
|
gem 'oa-oauth', :path => File.expand_path('../../oa-oauth/', __FILE__)
|
|
|
|
gem 'oa-openid', :path => File.expand_path('../../oa-openid/', __FILE__)
|
2010-06-13 16:36:59 -04:00
|
|
|
|
|
|
|
# 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'))
|