Skip to content

Commit

Permalink
v1.16: keep console v1.23 (#4510)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
daipom authored May 29, 2024
1 parent 44d132c commit aeed909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.24"])

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

0 comments on commit aeed909

Please sign in to comment.