Skip to content

Commit f8c5016

Browse files
Update httparty requirement from >= 0.17.1, < 0.19.0 to >= 0.17.1, < 0.20.0
Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](jnunemaker/httparty@v0.17.1...v0.19.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 362dd8e commit f8c5016

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
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
2323
]
2424

2525
s.required_ruby_version = '>= 2.6.0'
26-
s.add_dependency 'httparty', '>= 0.17.1', '< 0.19.0'
26+
s.add_dependency 'httparty', '>= 0.17.1', '< 0.20.0'
2727
end

0 commit comments

Comments
 (0)