Skip to content

Bump the dependencies group across 1 directory with 5 updates#110

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/dependencies-d7b67bba1b
Open

Bump the dependencies group across 1 directory with 5 updates#110
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/dependencies-d7b67bba1b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the dependencies group with 5 updates in the / directory:

Package From To
puma 8.0.0 8.0.1
bootsnap 1.23.0 1.24.1
tzinfo-data 1.2026.1 1.2026.2
bootstrap_form 5.6.0 5.6.1
sitemap_generator 6.3.0 7.0.1

Updates puma from 8.0.0 to 8.0.1

Release notes

Sourced from puma's releases.

v8.0.1

  • Bugfixes

    • Fix prune_bundler stripping user-configured BUNDLE_* env vars (e.g. BUNDLE_WITHOUT) on re-exec, which caused workers to crash on boot (#3929)
  • Performance

    • Use blocks for debug logging to avoid creating log messages when debug is disabled (#3920)
  • Docs

    • Fix incorrect hook names in gRPC docs (#3923)
    • Reword v8 upgrade guide IPv6 bullet for clarity (#3928)
Changelog

Sourced from puma's changelog.

8.0.1 / 2026-04-27

  • Bugfixes

    • Fix prune_bundler stripping user-configured BUNDLE_* env vars (e.g. BUNDLE_WITHOUT) on re-exec, which caused workers to crash on boot (#3929)
  • Performance

    • Use blocks for debug logging to avoid creating log messages when debug is disabled (#3920)
  • Docs

    • Fix incorrect hook names in gRPC docs (#3923)
    • Reword v8 upgrade guide IPv6 bullet for clarity (#3928)
Commits
  • cee7e61 Release v8.0.1 (#3932)
  • f955caf Fix prune_bundler stripping user-configured BUNDLE_* env vars on re-exec (#3929)
  • 97996aa ci: test_error_logger.rb - fix TruffleRuby error (#3930)
  • 03825bc Build(deps): Bump actions/github-script from 8 to 9 (#3925)
  • 053efae Reword v8 upgrade guide ipv6 bullet (#3928)
  • b19f35a Fix incorrect hook names in gRPC docs (#3923)
  • eeabe4b Use blocks for debug logging to avoid creating messages if debug disabled (#3...
  • See full diff in compare view

Updates bootsnap from 1.23.0 to 1.24.1

Release notes

Sourced from bootsnap's releases.

v1.24.1

What's Changed

  • Fix encoding of Ruby source files loaded when BOOTSNAP_READONLY is set. Files would incorectly be loaded in ASCII-8BIT causing literal strings outside the pure ASCII range to have ASCII-8BIT encoding instead of UTF-8. This bug was introduced in 1.24.0.

Full Changelog: rails/bootsnap@v1.24.0...v1.24.1

v1.24.0

What's Changed

  • Added a hook API to customize Ruby compilation.

Full Changelog: rails/bootsnap@v1.23.0...v1.24.0

Changelog

Sourced from bootsnap's changelog.

1.24.1

  • Fix encoding of Ruby source files loaded when BOOTSNAP_READONLY is set. Files would incorectly be loaded in ASCII-8BIT causing literal strings outside the pure ASCII range to have ASCII-8BIT encoding instead of UTF-8. This bug was introduced in 1.24.0.

1.24.0

  • Added a hook API to customize Ruby compilation.
Commits
  • 51ccecc Release 1.24.1
  • e4479c0 Merge pull request #538 from byroot/debug-compiler-encoding
  • d6d8768 Fix ISeq.input_to_output to respect default external encoding
  • dc57c20 Release 1.24.0
  • 481b9b9 Avoid interning string on every call
  • 81e6db4 Merge pull request #535 from byroot/compilation-backends
  • 320ca02 Allow to substitute the Ruby compiler
  • See full diff in compare view

Updates tzinfo-data from 1.2026.1 to 1.2026.2

Release notes

Sourced from tzinfo-data's releases.

v1.2026.2

Based on version 2026b of the IANA Time Zone Database (https://lists.iana.org/hyperkitty/list/tz-announce@iana.org/message/VX2Z3CBO6KHTYZNBBKFFWM7ZCI6TVCXP/).

Commits

Updates bootstrap_form from 5.6.0 to 5.6.1

Release notes

Sourced from bootstrap_form's releases.

v5.6.1

New features

Bugfixes

Performance

Documentation

Development

Full Changelog: bootstrap-ruby/bootstrap_form@v5.6.0...v5.6.1

Commits
  • 4331f79 Preparing v5.6.1
  • b86e80f Merge pull request #794 from lcreid/792/remove-conditional-on-environment
  • 1630f48 Remove conditional on development environment
  • 5d5d9cb Merge pull request #793 from lcreid/yet-another-fix-to-rakefile
  • fbc1642 Yes, use bundle exec inside Rakefile
  • 8159a16 Merge pull request #791 from lcreid/update-to-capybara-screenshot-diff-breaks...
  • ae8cd5e Remove dependency on another gem's internals
  • 6302584 compose.yml and devcontainer.json for new Docker images
  • fdf05c5 Add branch reminder to Releasing
  • See full diff in compare view

Updates sitemap_generator from 6.3.0 to 7.0.1

Changelog

Sourced from sitemap_generator's changelog.

7.0.1

  • Breaking: Default search engines list is empty. rake sitemap:refresh and ping_search_engines perform no HTTP pings unless you configure engine URLs on search_engines or pass them into ping_search_engines (Google’s ping endpoint is deprecated upstream). #444
  • Breaking: LinkSet#create runs finalize! only when a block is given. Calling create without a block requires finalize! when you are done adding links (supported workflow for programmatic builds). #463
  • Breaking: Drop Ruby 2.5, Rails 5.2 #438
  • Migrate continuous integration from CircleCI to GitHub Actions with expanded Ruby × Rails CI matrix.
  • Support AWS temporary credentials (aws_session_token / AWS_SESSION_TOKEN) for S3 uploads in AWS Lambda #415
  • Add frozen_string_literal: true magic comments #430
  • Add support for Rails 8.0 #441
  • Fix uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger #449
  • Add support for Ruby 3.4 #451
  • Add support for Rails 8.1 #461
  • Replace CGI-based escaping with URI.encode_www_form_component for ping URLs; remove reliance on cgi (Ruby 4 compatibility) #465
  • Add support for Ruby 4.0 #466
  • Add ActiveStorage adapter (ActiveStorage::Blob) #467
Commits
  • 3b352b1 Upgrade to 7.0.1
  • 032bc9e Require MFA when publishing
  • 3a1de86 Update the AwsSdkAdapter examples to not use the deprecated aws_* version of ...
  • b6b01cc Set VERSION to 7.0.0
  • 4703c0b Update CHANGES to better highlight breaking changes. Upgrade to 7.0.0
  • f40dd99 Update README; add instructions on calling create without block; clarify sear...
  • 164ccd4 Remove the Ruby 2.5 code branch (no longer supported)
  • 2b4fc4b Prepare release (#468)
  • 2f656f9 Update README (#470)
  • 73d7675 Rails 8.1 is out (#469)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `8.0.0` | `8.0.1` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.23.0` | `1.24.1` |
| [tzinfo-data](https://github.com/tzinfo/tzinfo-data) | `1.2026.1` | `1.2026.2` |
| [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) | `5.6.0` | `5.6.1` |
| [sitemap_generator](https://github.com/kjvarga/sitemap_generator) | `6.3.0` | `7.0.1` |



Updates `puma` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v8.0.0...v8.0.1)

Updates `bootsnap` from 1.23.0 to 1.24.1
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.23.0...v1.24.1)

Updates `tzinfo-data` from 1.2026.1 to 1.2026.2
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](tzinfo/tzinfo-data@v1.2026.1...v1.2026.2)

Updates `bootstrap_form` from 5.6.0 to 5.6.1
- [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases)
- [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/main/CHANGELOG.md)
- [Commits](bootstrap-ruby/bootstrap_form@v5.6.0...v5.6.1)

Updates `sitemap_generator` from 6.3.0 to 7.0.1
- [Changelog](https://github.com/kjvarga/sitemap_generator/blob/master/CHANGES.md)
- [Commits](kjvarga/sitemap_generator@v6.3.0...v7.0.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bootsnap
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tzinfo-data
  dependency-version: 1.2026.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bootstrap_form
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sitemap_generator
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

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 May 4, 2026
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.

0 participants