-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update httparty requirement from ~> 0.17.1 to >= 0.17.1, < 0.23.0 #538
Update httparty requirement from ~> 0.17.1 to >= 0.17.1, < 0.23.0 #538
Conversation
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] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #538 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 677 677
=========================================
Hits 677 677 ☔ View full report in Codecov by Sentry. |
I approve this and request it to be merged and released. While meilisearch-ruby 0.27 and earlier allowed httparty from 0.17.1 to (including) 0.21.x, in #531 it was accidentally restricted to 0.17.x with x>=1 for meilisearch 0.28.0. In the spirit of #530 (comment), the version should be I already started creating a PR (see commit here: bb@dfbdcc7) but noticed this PR just before submitting mine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Updates the requirements on httparty to permit the latest version.
Release notes
Sourced from httparty's releases.
Changelog
Sourced from httparty's changelog.
... (truncated)
Commits
6e1f154
master => main15c1b4b
Release 0.22.03155f48
Update changelog to point at github releasese516b11
Merge pull request #799 from jnunemaker/drop-old-rubies322785d
Drop old ruby supportca47360
Merge branch 'master' of https://github.com/jasonheecs/httparty into jasonhee...b9bd421
Merge pull request #760 from orgads/lazy-require5b25ae9
Merge pull request #776 from Shopify/avoid-anonymous-eval8773af1
Fix regex specsbaa5e16
Merge branch 'raise_on_regexpr' of https://github.com/ryanfox1985/httparty in...You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)