Skip to content

Commit

Permalink
Merge #414
Browse files Browse the repository at this point in the history
414: Upgrade httparty r=brunoocasali a=bb

Allow latest httparty version because all lower ones have a vulnerability:
GHSA-5pq7-52mg-hr42

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Benjamin Bock <bb@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and bb committed Jan 11, 2023
2 parents 80aa6e3 + e43241d commit 762f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md']

s.required_ruby_version = '>= 2.6.0'
s.add_dependency 'httparty', '>= 0.17.1', '< 0.21.0'
s.add_dependency 'httparty', '>= 0.17.1', '< 0.22.0'
end

0 comments on commit 762f776

Please sign in to comment.