Skip to content

Commit 83f391e

Browse files
committed
Update other dependencies.
1 parent f8dce89 commit 83f391e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ gemspec
33

44
gem 'jruby-openssl', :platforms => :jruby
55

6-
# compatibility restrictions for http clients under existing travis test environments
7-
gem 'public_suffix', '~> 2.0' # or remove rubies < 2.1 from travis.yml
6+
gem 'public_suffix', '~> 4.0'
87

98
# http clients
109
gem 'httpclient', '~> 2.3', :require => false
1110
gem 'curb', '~> 0.8', :require => false, :platforms => :ruby
1211
gem 'em-http-request', :require => false, :platforms => [:ruby, :jruby]
1312
gem 'em-synchrony', :require => false, :platforms => [:ruby, :jruby]
1413
gem 'excon', '~> 0.21', :require => false, :platforms => [:ruby, :jruby]
15-
gem 'net-http-persistent', '~> 3.0', :require => false
14+
gem 'net-http-persistent', '~> 4.0', :require => false
1615
gem 'http', :require => false
1716

1817
# adapter extensions

httpi.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
1111
s.homepage = "http://github.com/savonrb/#{s.name}"
1212
s.summary = "Common interface for Ruby's HTTP libraries"
1313
s.description = s.summary
14-
s.required_ruby_version = '>= 1.9.2'
14+
15+
s.required_ruby_version = '>= 2.3'
1516

1617
s.license = 'MIT'
1718

0 commit comments

Comments
 (0)