Skip to content

Commit

Permalink
Update httpclient dependency
Browse files Browse the repository at this point in the history
Use optimistic dependency constraint for httpclient in order to make
nexus_cli work with more recent versions of the httpclient gem.
  • Loading branch information
brugidou committed Dec 15, 2014
1 parent bcb5874 commit 306d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'thor'
s.add_dependency 'httpclient', '= 2.2.5'
s.add_dependency 'httpclient', '>= 2.2.5'
s.add_dependency 'extlib'
s.add_dependency 'json'
s.add_dependency 'highline'
Expand Down

0 comments on commit 306d089

Please sign in to comment.