1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Adding source to root Gemfile

This commit is contained in:
Michael Bleigh 2011-04-07 18:59:12 -05:00
parent e507f53141
commit 7903db8b3c
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
source 'http://rubyforge.org'
OMNIAUTH_GEMS = %w(oa-basic oa-core oa-oauth oa-openid oa-enterprise oa-more omniauth)
OMNIAUTH_GEMS.each do |jem|

View file

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