Closed dependabot[bot] closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
1875bac
) to head (d6ad0a8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 https://github.com/meilisearch/meilisearch-ruby/pull/530#issuecomment-2099016483, the version should be ~> 0.17
which would allow any 0.x
. This was also mentioned in https://github.com/meilisearch/meilisearch-ruby/commit/79e6b0467f9189626c804387f6dfcc1078224850#commitcomment-143136367
I already started creating a PR (see commit here: https://github.com/bb/meilisearch-ruby/commit/dfbdcc72cf7ef1dde89c4437a57c2da384d94aeb) but noticed this PR just before submitting mine.
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