1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/oa-openid/Gemfile
2010-07-19 10:07:21 -05:00

9 lines
367 B
Ruby

source "http://rubygems.org"
gem 'oa-core', :path => File.expand_path('../../oa-core/', __FILE__)
gem 'ruby-openid-apps-discovery'
# Will automatically pull in this gem and all its
# dependencies specified in the gemspec
gem 'oa-openid', :path => File.expand_path("..", __FILE__)
eval File.read(File.join(File.dirname(__FILE__), '../development_dependencies.rb'))