Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
add note about httparty incompat
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoriz committed May 11, 2014
1 parent 2249c63 commit 9b14375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-tools/cli/jenkins.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency("term-ansicolor", ">= 1.3.0")
s.add_dependency("httparty", "~> 0.7.0")
s.add_dependency("httparty", "~> 0.7.0") # TODO: fails with >= 0.8.0
s.add_dependency("builder", ">= 3.2.2")
s.add_dependency("thor", ">= 0.15.0")
s.add_dependency("nokogiri")
Expand Down

0 comments on commit 9b14375

Please sign in to comment.