Merge pull request #194 from fluent/update_httpclient

Fix #193 update httpclient
This commit is contained in:
uu59 2015-05-28 10:53:05 +09:00
commit 9029a1c9c2
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ PATH
fluentd (>= 0.10.56, < 2)
font-awesome-rails
haml-rails (~> 0.5.3)
httpclient (= 2.4.0)
httpclient (~> 2.5)
jbuilder (~> 2.0)
jquery-rails (~> 3.1.0)
kramdown (> 1.0.0)
@ -125,7 +125,7 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
httpclient (2.4.0)
httpclient (2.5.3.3)
i18n (0.7.0)
i18n_generators (1.2.1)
mechanize

View File

@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'jbuilder', '~> 2.0'
spec.add_dependency "draper", '~> 1.3'
spec.add_dependency "bundler"
spec.add_dependency "httpclient", "2.4.0" # same as td-agent
spec.add_dependency "httpclient", "~> 2.5" # same as td-agent
spec.add_dependency "settingslogic"
spec.add_dependency "puma"
spec.add_dependency "thor"