source 'https://rubygems.org'

gem "faraday", ">= 0.9.2", "< 2"

gemspec

gem 'jruby-openssl', :platforms => :jruby

platform :mri do
  gem 'webrick'
  gem "typhoeus", "~> 1.1.0"
  gem "patron", "0.6.3"
  # TODO: Remove the pinned version of `ethon` once header issue affecting Typhoeus is resolved
  # https://github.com/typhoeus/typhoeus/issues/705
  gem "ethon", "0.15.0"
  gem "em-http-request"
  gem "curb", "~> 1.0.1"
end
