Skip to content

Commit

Permalink
Merge pull request #116 from 24367dfa/main
Browse files Browse the repository at this point in the history
pin dependency opensearch-ruby to 3.0.1
  • Loading branch information
cosmo0920 committed Oct 3, 2023
2 parents a2e9de9 + 83706a1 commit b919c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-opensearch.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)

s.add_runtime_dependency 'fluentd', '>= 0.14.22'
s.add_runtime_dependency 'opensearch-ruby'
s.add_runtime_dependency 'opensearch-ruby', '>= 3.0.1'
s.add_runtime_dependency "aws-sdk-core", "~> 3"
s.add_runtime_dependency 'excon', '>= 0'
s.add_runtime_dependency 'faraday', '>= 2.0.0'
Expand All @@ -32,7 +32,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '>= 0'
s.add_development_dependency 'webrick', '~> 1.7.0'
s.add_development_dependency 'webmock', '~> 3'
s.add_development_dependency 'webmock', '~> 3.18.1'
s.add_development_dependency 'test-unit', '~> 3.3.0'
s.add_development_dependency 'minitest', '~> 5.8'
s.add_development_dependency 'flexmock', '~> 2.0'
Expand Down

0 comments on commit b919c90

Please sign in to comment.