Skip to content

Commit aeed909

Browse files
authored
v1.16: keep console v1.23 (#4510)
console gem v1.24 and v1.25 has some specification changes that influence Fluentd. Since they have nothing to do with vulnerability, we should keep the version on v1.16 stable branch. Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 44d132c commit aeed909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluentd.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |gem|
2929
gem.add_runtime_dependency("tzinfo-data", ["~> 1.0"])
3030
gem.add_runtime_dependency("strptime", [">= 0.2.4", "< 1.0.0"])
3131
gem.add_runtime_dependency("webrick", ["~> 1.4"])
32+
gem.add_runtime_dependency("console", ["< 1.24"])
3233

3334
# build gem for a certain platform. see also Rakefile
3435
fake_platform = ENV['GEM_BUILD_FAKE_PLATFORM'].to_s

0 commit comments

Comments
 (0)