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:
parent
e507f53141
commit
7903db8b3c
2 changed files with 2 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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|
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue