Skip to content

Commit

Permalink
Add a constraint for dependent gem
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
  • Loading branch information
cosmo0920 committed Dec 27, 2022
1 parent de9cc6a commit ce8cf97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fluent-plugin-opensearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'opensearch-ruby'
s.add_runtime_dependency "aws-sdk-core", "~> 3"
s.add_runtime_dependency "faraday", "~> 1.10"
s.add_runtime_dependency "faraday_middleware-aws-sigv4"

s.add_runtime_dependency "faraday_middleware-aws-sigv4", "~> 0.6.1"

s.add_development_dependency 'rake', '>= 0'
s.add_development_dependency 'webrick', '~> 1.7.0'
Expand Down

0 comments on commit ce8cf97

Please sign in to comment.