Skip to content

Commit

Permalink
Make httpclient dependency version more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
summera committed May 23, 2015
1 parent c1aaa67 commit 56aaa10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rets (0.7.0.20150116133928)
httpclient (~> 2.4)
httpclient (~> 2.4.0)
nokogiri (~> 1.5)

GEM
Expand All @@ -18,7 +18,7 @@ GEM
hoe-travis (1.2)
hoe (~> 3.0)
travis-lint (~> 1.2)
httpclient (2.6.0.1)
httpclient (2.4.0)
json (1.8.0)
metaclass (0.0.1)
mini_portile (0.6.2)
Expand Down
6 changes: 3 additions & 3 deletions rets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Gem::Specification.new do |s|
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httpclient>, ["~> 2.4"])
s.add_runtime_dependency(%q<httpclient>, ["~> 2.4.0"])
s.add_runtime_dependency(%q<nokogiri>, ["~> 1.5"])
s.add_development_dependency(%q<rdoc>, ["~> 4.0"])
s.add_development_dependency(%q<mocha>, ["~> 0.11"])
s.add_development_dependency(%q<vcr>, ["~> 2.2"])
s.add_development_dependency(%q<webmock>, ["~> 1.8"])
s.add_development_dependency(%q<hoe>, ["~> 3.6"])
else
s.add_dependency(%q<httpclient>, ["~> 2.4"])
s.add_dependency(%q<httpclient>, ["~> 2.4.0"])
s.add_dependency(%q<nokogiri>, ["~> 1.5"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
s.add_dependency(%q<mocha>, ["~> 0.11"])
Expand All @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<hoe>, ["~> 3.6"])
end
else
s.add_dependency(%q<httpclient>, ["~> 2.4"])
s.add_dependency(%q<httpclient>, ["~> 2.4.0"])
s.add_dependency(%q<nokogiri>, ["~> 1.5"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
s.add_dependency(%q<mocha>, ["~> 0.11"])
Expand Down

0 comments on commit 56aaa10

Please sign in to comment.