Skip to content

Commit 762f776

Browse files
meili-bors[bot]bb
andauthored
Merge #414
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 <[email protected]>
2 parents 80aa6e3 + e43241d commit 762f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Gem::Specification.new do |s|
1515
s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md']
1616

1717
s.required_ruby_version = '>= 2.6.0'
18-
s.add_dependency 'httparty', '>= 0.17.1', '< 0.21.0'
18+
s.add_dependency 'httparty', '>= 0.17.1', '< 0.22.0'
1919
end

0 commit comments

Comments
 (0)