New version of httparty (0.22.0) broke the build #157
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of httparty for this test run.
What changed?
✳️ httparty (~> 0.16 → 0.22.0) · Repo · Changelog
Release Notes
0.22.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
master => main
Release 0.22.0
Update changelog to point at github releases
Merge pull request #799 from jnunemaker/drop-old-rubies
Drop old ruby support
Merge branch 'master' of https://github.com/jasonheecs/httparty into jasonheecs-master
Merge pull request #760 from orgads/lazy-require
Merge pull request #776 from Shopify/avoid-anonymous-eval
Fix regex specs
Merge branch 'raise_on_regexpr' of https://github.com/ryanfox1985/httparty into ryanfox1985-raise_on_regexpr
Merge pull request #792 from jnunemaker/dependabot/github_actions/actions/checkout-4
Merge pull request #798 from y-yagi/ci-against-ruby33
CI against Ruby 3.3
Merge pull request #783 from rhett-inbox/clear-body-on-redirect
Merge pull request #796 from ngan/add-csv-gem
Add CSV gem as a dependency for Ruby 3.4
Bump actions/checkout from 3 to 4
Merge pull request #791 from olleolleolle/patch-1
CI: Tell dependabot to update GH Actions
Lazy load some gems
Merge pull request #786 from aliismayilov/extract-request-building-method
Extract request building method
spacing
extract core redirection logic from handle_response as the method was getting lengthy. introduce logic to clear the body when redirecting to a GET
Merge pull request #780 from xymbol/typo
Fix typo in example name
Allow regexpr on raise errors.
Avoid anonymous eval