Skip to content

Commit

Permalink
Update yajl to v1.4.3 (#342)
Browse files Browse the repository at this point in the history
* update yajl-ruby to v1.4.3

* v2.13.0
  • Loading branch information
jcantrill committed Jul 6, 2022
1 parent 21ed18a commit 4f79187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-kubernetes_metadata_filter (2.12.0)
fluent-plugin-kubernetes_metadata_filter (2.13.0)
fluentd (>= 0.14.0, < 1.16)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
yajl-ruby (1.4.1)
yajl-ruby (1.4.3)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-kubernetes_metadata_filter.gemspec
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = 'fluent-plugin-kubernetes_metadata_filter'
gem.version = '2.12.0'
gem.version = '2.13.0'
gem.authors = ['OpenShift Cluster Logging','Jimmi Dyson']
gem.email = ['team-logging@redhat.com','jimmidyson@gmail.com']
gem.description = 'Filter plugin to add Kubernetes metadata'
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|

gem.files = `git ls-files`.split($/)

gem.required_ruby_version = '>= 2.5.0'
gem.required_ruby_version = '>= 2.6.0'

gem.add_runtime_dependency 'fluentd', ['>= 0.14.0', '< 1.16']
gem.add_runtime_dependency 'kubeclient', ['>= 4.0.0', '< 5.0.0']
Expand Down

0 comments on commit 4f79187

Please sign in to comment.