Gemfile in em-http-request-1.1.0 vs Gemfile in em-http-request-1.1.1

- old
+ new

@@ -1,14 +1,14 @@ -source "http://rubygems.org" +source 'http://rubygems.org' gemspec group :benchmark do + gem 'curb' + gem 'excon' gem 'httparty' gem 'rest-client' - gem 'tach', '0.0.8' - gem 'typhoeus' gem 'sinatra' gem 'streamly_ffi' - gem 'curb' - gem 'excon' -end \ No newline at end of file + gem 'tach', '>= 0.0.8' + gem 'typhoeus' +end