omniauth--omniauth/oa-enterprise/Gemfile

10 lines
339 B
Ruby

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