mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Allow bundling of unreleased versions of sub-gems
This commit is contained in:
parent
24cc19fa73
commit
59ca55bbb7
5 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
require File.expand_path('../lib/omniauth/version', __FILE__)
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
require File.expand_path('../lib/omniauth/version', __FILE__)
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
require File.expand_path('../lib/omniauth/version', __FILE__)
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
require File.expand_path('../lib/omniauth/version', __FILE__)
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
require File.expand_path('../lib/omniauth/version', __FILE__)
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue