summaryrefslogtreecommitdiff
path: root/lib/vendor/excon/Gemfile
blob: a28e027c0c3a10c58ba97e6afa32b04b040ac235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source "http://rubygems.org"

gemspec

gem 'jruby-openssl', '~> 0.9', :platform => :jruby
gem 'unicorn', :platforms => [:mri, :rbx], :groups => [:development, :test]
gem 'rubysl', '~> 2.0', :platform => :rbx
gem 'rack', '~> 1.6'

# group :benchmark do
#   gem 'em-http-request'
#   gem 'httparty'
#   gem 'rest-client'
#   gem 'tach'
#   gem 'typhoeus'
#   gem 'sinatra'
#   gem 'streamly_ffi'
#   gem 'curb'
# end