Skip to content

Commit

Permalink
Merge pull request #90 from fluent/add-constraint-for-faraday-middleware
Browse files Browse the repository at this point in the history
Add a constraint for dependent gem
  • Loading branch information
cosmo0920 authored Dec 31, 2022
2 parents de9cc6a + 47aa2b0 commit a7e2c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
- name: Build and test with Rake
run: |
gem install bundler
Expand Down
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 a7e2c21

Please sign in to comment.