diff --git a/fluentd.gemspec b/fluentd.gemspec index a5b5c805e3..77acdf64de 100644 --- a/fluentd.gemspec +++ b/fluentd.gemspec @@ -29,6 +29,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency("tzinfo-data", ["~> 1.0"]) gem.add_runtime_dependency("strptime", [">= 0.2.4", "< 1.0.0"]) gem.add_runtime_dependency("webrick", ["~> 1.4"]) + gem.add_runtime_dependency("console", ["< 1.25.0"]) # build gem for a certain platform. see also Rakefile fake_platform = ENV['GEM_BUILD_FAKE_PLATFORM'].to_s