Skip to content

Commit 654eb8d

Browse files
Update httparty requirement from ~> 0.17.1 to >= 0.17.1, < 0.23.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/main/Changelog.md) - [Commits](jnunemaker/httparty@v0.17.1...v0.22.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea3eed8 commit 654eb8d

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,6 +15,6 @@ Gem::Specification.new do |s|
1515
s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md']
1616

1717
s.required_ruby_version = '>= 3.0.0'
18-
s.add_dependency 'httparty', '~> 0.17.1'
18+
s.add_dependency 'httparty', '>= 0.17.1', '< 0.23.0'
1919
s.metadata['rubygems_mfa_required'] = 'true'
2020
end

0 commit comments

Comments
 (0)