Skip to content

Commit 259ceba

Browse files
author
Ben Miller
committed
relax httpclient dependency
tested with httpclient 2.6.0.1 on zenoss 4.2.5 and 3.2.1
1 parent a8e536a commit 259ceba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zenoss_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
2828
gem.extra_rdoc_files = %w(README.textile COPYING.txt)
2929

3030
gem.required_ruby_version = '>= 1.8.7'
31-
gem.add_runtime_dependency 'httpclient', '~> 2.2.0'
31+
gem.add_runtime_dependency 'httpclient', '~> 2.0'
3232
gem.add_runtime_dependency 'tzinfo', '~> 0.3.20'
3333
gem.add_runtime_dependency 'json', '~> 1.5'
3434

0 commit comments

Comments
 (0)