diff options
Diffstat (limited to 'lib/vendor/excon/Gemfile')
-rw-r--r-- | lib/vendor/excon/Gemfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/vendor/excon/Gemfile b/lib/vendor/excon/Gemfile new file mode 100644 index 0000000..a28e027 --- /dev/null +++ b/lib/vendor/excon/Gemfile @@ -0,0 +1,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 |