Skip to content

Commit

Permalink
Set fluentd version to >= 1.14.2. (#104)
Browse files Browse the repository at this point in the history
* Set fluentd version to `>= 1.14.2`.
* Update gem version.
  • Loading branch information
franciscovalentecastro authored Nov 21, 2024
1 parent fcaeb43 commit 09e07e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-detect-exceptions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.homepage = \
'https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions'
gem.license = 'Apache-2.0'
gem.version = '0.0.15'
gem.version = '0.0.16'
gem.authors = ['Stackdriver Agents']
gem.email = ['[email protected]']
gem.required_ruby_version = Gem::Requirement.new('>= 2.6')
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(/^(test)/)
gem.require_paths = ['lib']

gem.add_runtime_dependency 'fluentd', '>= 0.10'
gem.add_runtime_dependency 'fluentd', '>= 1.14.2'

gem.add_development_dependency 'flexmock', '~> 2.0'
gem.add_development_dependency 'rake', '~> 10.3'
Expand Down

0 comments on commit 09e07e7

Please sign in to comment.