~ubuntu-branches/ubuntu/utopic/ruby-excon/utopic

« back to all changes in this revision

Viewing changes to Gemfile

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-03-07 16:36:21 UTC
  • Revision ID: package-import@ubuntu.com-20120307163621-bztj2b8860dxpzs7
Tags: upstream-0.10.0
ImportĀ upstreamĀ versionĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
source "http://rubygems.org"
 
2
 
 
3
gemspec
 
4
 
 
5
gem 'jruby-openssl', '< 0.7.4', :platform => :jruby
 
6
 
 
7
group :benchmark do
 
8
  gem 'em-http-request'
 
9
  gem 'httparty'
 
10
  gem 'rest-client'
 
11
  gem 'tach'
 
12
  gem 'typhoeus'
 
13
  gem 'sinatra'
 
14
  gem 'streamly_ffi'
 
15
  gem 'curb'
 
16
end