chore(deps): bump the ruby-deps group across 1 directory with 4 updates - #2864
Conversation
|
@dependabot rebase |
Bumps the ruby-deps group with 4 updates in the / directory: [haml](https://github.com/haml/haml), [image_processing](https://github.com/janko/image_processing), [bullet](https://github.com/flyerhzm/bullet) and [webmock](https://github.com/bblimke/webmock). Updates `haml` from 7.4.1 to 7.5.1 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](haml/haml@v7.4.1...v7.5.1) Updates `image_processing` from 2.0.3 to 2.1.0 - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v2.0.3...v2.1.0) Updates `bullet` from 8.1.3 to 8.2.0 - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](flyerhzm/bullet@8.1.3...8.2.0) Updates `webmock` from 3.26.3 to 3.26.4 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.26.3...v3.26.4) --- updated-dependencies: - dependency-name: bullet dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: haml dependency-version: 7.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: image_processing dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: webmock dependency-version: 3.26.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
cbf7d32 to
3c65f09
Compare
json 3.0 (pulled in transitively by rubocop's json >= 2.3) made JSON.parse keyword-only. ActiveSupport::JSON.decode passes an options hash positionally, so every session-cookie decryption raises ArgumentError and all specs that touch a session fail. Pinned until Rails supports json 3.x. Also stops Dependabot re-bumping json in the ruby-deps group (ref codebar#2864).
Dependency upgrade review
The lockfile diff contains a fifth change the PR body doesn't mention: a major json 3.0 made Verified locally: the four named bumps are fine; reverting only json to 2.21.2 (with the four bumps still applied) turns everything green again. Fixed by #2865, which pins |
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Bumps the ruby-deps group with 4 updates in the / directory: haml, image_processing, bullet and webmock.
Updates
hamlfrom 7.4.1 to 7.5.1Release notes
Sourced from haml's releases.
Changelog
Sourced from haml's changelog.
Commits
c06aad5Version 7.5.13e6dbb3Improve frozen strings management (#1205)d1a4022Version 7.5.0281f030Compile a multi-line attribute hash statically0b503a3Move the attribute newline count onto DynamicAttributes234a855Count lines through fescape and html attribute expressionsf86c0ccRemove redundant require and use extend directly (#1204)Updates
image_processingfrom 2.0.3 to 2.1.0Changelog
Sourced from image_processing's changelog.
Commits
3d990c3Set version to 2.1.0722d900Addinherit_fds:so a loader can name an already-open input (#147)Updates
bulletfrom 8.1.3 to 8.2.0Changelog
Sourced from bullet's changelog.
Commits
805fc58Bump version to 8.2.0fa67b54Merge pull request #777 from deivid-rodriguez/deivid-rodriguez/fix-has-many-t...5471086Merge pull request #780 from deivid-rodriguez/deivid-rodriguez/mongoid-compat0962b7bMake Gemfile.mongoid-8.0 installable8ca4ff0Drop no longer supported mongoid versionsa48b03arbx implementation is no longer maintained1372b2bFix has many through unused eager load false positives09cd01dMerge pull request #779 from deivid-rodriguez/deivid-rodriguez/drop-very-old-...770547fDrop support for ActiveRecord older than 7.x3820804Merge pull request #776 from deivid-rodriguez/deivid-rodriguez/fix-unused-eag...Updates
webmockfrom 3.26.3 to 3.26.4Release notes
Sourced from webmock's releases.
Changelog
Sourced from webmock's changelog.
Commits
0fdbad0Version 3.26.4b187df8Merge pull request #1131 from koic/fix_race_condition_in_httpclient_adapter_a...f275724Fix race condition inHTTPClientadapter async requests