Skip to content

Commit

Permalink
Allow httparty dependency to be greater than v0.17 < 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored Jul 9, 2024
1 parent d6ad0a8 commit 85d3ce7
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,6 +15,6 @@ Gem::Specification.new do |s|
s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md']

s.required_ruby_version = '>= 3.0.0'
s.add_dependency 'httparty', '>= 0.17.1', '< 0.23.0'
s.add_dependency 'httparty', '~> 0.17'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 85d3ce7

Please sign in to comment.