Skip to content

Commit

Permalink
Fix gemfile to pull in the net-http-persistent gem that works for Rub…
Browse files Browse the repository at this point in the history
…y 1.9.3 (#616)
  • Loading branch information
Mike Fogg authored and iMacTia committed Oct 9, 2016
1 parent 80245b0 commit e8899e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :test do
gem 'httpclient', '>= 2.2' gem 'httpclient', '>= 2.2'
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18] gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'minitest', '>= 5.0.5' gem 'minitest', '>= 5.0.5'
gem 'net-http-persistent', '>= 2.9.4' gem 'net-http-persistent', '~> 2.9.4'
gem 'patron', '>= 0.4.2', :platforms => :ruby gem 'patron', '>= 0.4.2', :platforms => :ruby
gem 'rack-test', '>= 0.6', :require => 'rack/test' gem 'rack-test', '>= 0.6', :require => 'rack/test'
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18] gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
Expand Down

0 comments on commit e8899e0

Please sign in to comment.