diff --git a/Gemfile.lock b/Gemfile.lock index c4f4850..11101e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ PATH fluentd (~> 0.10.56) font-awesome-rails haml-rails (~> 0.5.3) - httpclient + httpclient (= 2.4.0) jbuilder (~> 2.0) jquery-rails (~> 3.1.0) kramdown (> 1.0.0) @@ -81,7 +81,7 @@ GEM factory_girl_rails (4.5.0) factory_girl (~> 4.5.0) railties (>= 3.0.0) - fluentd (0.10.56) + fluentd (0.10.57) cool.io (>= 1.1.1, < 2.0.0, != 1.2.0) http_parser.rb (>= 0.5.1, < 0.7.0) json (>= 1.4.3) @@ -103,7 +103,7 @@ GEM http-cookie (1.0.2) domain_name (~> 0.5) http_parser.rb (0.6.0) - httpclient (2.5.3.2) + httpclient (2.4.0) i18n (0.6.11) i18n_generators (1.2.1) mechanize @@ -219,7 +219,7 @@ GEM timers (1.1.0) tzinfo (1.2.2) thread_safe (~> 0.1) - tzinfo-data (1.2014.9) + tzinfo-data (1.2014.10) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext diff --git a/fluentd-ui.gemspec b/fluentd-ui.gemspec index edbba02..17619a8 100644 --- a/fluentd-ui.gemspec +++ b/fluentd-ui.gemspec @@ -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" + spec.add_dependency "httpclient", "2.4.0" # same as td-agent spec.add_dependency "settingslogic" spec.add_dependency "puma" spec.add_dependency "thor"