mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -04:00
Patron fails to compile on JRuby
NameError: uninitialized constant Patron::Session
This commit is contained in:
parent
58e4276e4b
commit
2d4a8789c5
5
Gemfile
5
Gemfile
@ -9,13 +9,16 @@ group :test do
|
||||
gem 'em-synchrony', '~> 1.0', :require => ['em-synchrony', 'em-synchrony/em-http'], :platforms => :ruby_19
|
||||
gem 'excon', '~> 0.6'
|
||||
gem 'leftright', '~> 0.9', :require => false
|
||||
gem 'patron', '~> 0.4'
|
||||
gem 'typhoeus', '~> 0.2'
|
||||
# ActiveSupport::JSON will be used in ruby 1.8 and Yajl in 1.9; this is to test against both adapters
|
||||
gem 'activesupport', '~> 2.3', :require => nil, :platforms => [:ruby_18, :jruby]
|
||||
gem 'yajl-ruby', '~> 1.0', :require => 'yajl', :platforms => :ruby_19
|
||||
end
|
||||
|
||||
platforms :mri do
|
||||
gem 'patron', '~> 0.4'
|
||||
end
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
gem 'ffi-ncurses', '~> 0.3'
|
||||
|
Loading…
x
Reference in New Issue
Block a user