Skip to content

Commit 9e5e7a3

Browse files
Merge #214
214: Update httparty requirement from >= 0.17.1, < 0.19.0 to >= 0.17.1, < 0.20.0 r=curquiza a=dependabot[bot] Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jnunemaker/httparty/blob/master/Changelog.md">httparty's changelog</a>.</em></p> <blockquote> <h2>0.19.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/709">Multipart/Form-Data: rewind files after read</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/711">add frozen_string_literal pragma to all files</a></li> <li>[Better handling of Accept-Encoding / Content-Encoding decompression (fixes <a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/562">#562</a>)](<a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/729">jnunemaker/httparty#729</a>)</li> </ul> <h2>0.18.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/699">Rename cop Lint/HandleExceptions to Lint/SuppressedException</a>.</li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/698">Encode keys in query params</a>.</li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/692">Fixed SSL doc example</a>.</li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/701">Add a build status badge</a>.</li> </ul> <h2>0.18.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/678">Support gzip/deflate transfer encoding when explicit headers are set</a>.</li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/685">Support edge case cookie format with a blank attribute</a>.</li> </ul> <h2>0.17.3</h2> <p>0.17.2 is broken <a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/681">jnunemaker/httparty#681</a></p> <h2>0.17.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/680">Add Response#nil? deprecetion warning</a></li> </ul> <h2>0.17.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/661">Pass options to dynamic block headers</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/668">Normalize urls with URI adapter to allow International Domain Names support</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/660">Add max_retries support</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/658">Minize gem size by removing test files</a></li> </ul> <h2>0.17.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/644">Fix encoding of streamed chunk</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/649">Avoid modifying frozen strings</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/648">Expose .connection on fragment block param</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/647">Add support for <code>Net::HTTP#write_timeout</code> method (Ruby 2.6.0)</a></li> </ul> <h2>0.16.4</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/636">Add support for Ruby 2.6</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/626">Fix a few multipart issues</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/625">Improve a memory usage for https requests</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/588">Add response code to streamed body</a></li> </ul> <h2>0.16.3</h2> <ul> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/612">Add Logstash-compatible formatter</a></li> <li><a href="https://github-redirect.dependabot.com/jnunemaker/httparty/pull/622">Add support for headers specified with symbols</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jnunemaker/httparty/commit/b4213368675a8dd7f45e443fd9b8c3f7edb1eee1"><code>b421336</code></a> Release 0.19.0</li> <li><a href="https://github.com/jnunemaker/httparty/commit/fb7c40303b7e6429196ef748754505768520407c"><code>fb7c403</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/729">#729</a> from tablecheck/fix-decompression</li> <li><a href="https://github.com/jnunemaker/httparty/commit/7268cb5777a505340fe0ba7739012cdceb5bfc57"><code>7268cb5</code></a> Fix ssl_spec</li> <li><a href="https://github.com/jnunemaker/httparty/commit/101543f9fb381a1cb146ee38fe510307232d8a7d"><code>101543f</code></a> Minor whitespace changes</li> <li><a href="https://github.com/jnunemaker/httparty/commit/868053fce788e63dd48733d347cb15baa8c8ba74"><code>868053f</code></a> Add an example about International domain names (<a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/669">#669</a>)</li> <li><a href="https://github.com/jnunemaker/httparty/commit/fae9daf4c4c670b4e5a27be8e67597ec372bae79"><code>fae9daf</code></a> Better handling of Content-Encoding decompression</li> <li><a href="https://github.com/jnunemaker/httparty/commit/9ca514d67298672195f4dac4beb5cc4289ec398d"><code>9ca514d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/728">#728</a> from enwumeh/master</li> <li><a href="https://github.com/jnunemaker/httparty/commit/74ac86091ea4c0f00e33db2a18ec8eb2a5d34731"><code>74ac860</code></a> Create README.md</li> <li><a href="https://github.com/jnunemaker/httparty/commit/cf18a37722da34d5db927e04fcbc8a2b93d54ae1"><code>cf18a37</code></a> Update README.md</li> <li><a href="https://github.com/jnunemaker/httparty/commit/8ceb806b09d0e14ee5be00804a4fc2ce69eae079"><code>8ceb806</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jnunemaker/httparty/issues/721">#721</a> from bfad/fix-test-for-ruby-3</li> <li>Additional commits viewable in <a href="https://github.com/jnunemaker/httparty/compare/v0.17.1...v0.19.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 43bdbae + f8c5016 commit 9e5e7a3

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)