Skip to content

Bump activestorage from 8.0.5 to 8.0.5.1 - #376

Merged
JuanVqz merged 2 commits into
mainfrom
dependabot/bundler/activestorage-8.0.5.1
Jul 31, 2026
Merged

Bump activestorage from 8.0.5 to 8.0.5.1#376
JuanVqz merged 2 commits into
mainfrom
dependabot/bundler/activestorage-8.0.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps activestorage from 8.0.5 to 8.0.5.1.

Release notes

Sourced from activestorage's releases.

8.0.5.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • Disable libvips's unfuzzed image loaders and savers.

    libvips flags some of its loaders and savers as "unfuzzed" or "untrusted", meaning they are only safe for trusted content. Active Storage will call Vips.block_untrusted(true) to disable them while booting. An application that needs a specific loader or saver may re-enable it in an initializer.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [activestorage](https://github.com/rails/rails) from 8.0.5 to 8.0.5.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3.1/activestorage/CHANGELOG.md)
- [Commits](rails/rails@v8.0.5...v8.0.5.1)

---
updated-dependencies:
- dependency-name: activestorage
  dependency-version: 8.0.5.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 31, 2026
This dependabot bump re-resolved rack from 2.2.23 to 3.2.6, which removed
the Rack::Handler namespace. Capybara 3.39.2 hardcodes Rack::Handler::Puma
when booting its test server, and puma 7 only registers its handler under
Rackup::Handler::Puma when Rack 3 is loaded, so every spec that booted the
Capybara server failed with `uninitialized constant Rack::Handler`.

Capybara 3.40.0 falls back to Rackup::Handler::Puma. Gemfile.next.lock was
already on 3.40.0, which is why the rails-next build stayed green.
@JuanVqz
JuanVqz merged commit a6d414b into main Jul 31, 2026
2 checks passed
@JuanVqz
JuanVqz deleted the dependabot/bundler/activestorage-8.0.5.1 branch July 31, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant