Skip to content

Bump the dependencies group across 1 directory with 6 updates#261

Merged
jcoyne merged 1 commit intomainfrom
dependabot/bundler/dependencies-6deeab7d1c
Mar 9, 2026
Merged

Bump the dependencies group across 1 directory with 6 updates#261
jcoyne merged 1 commit intomainfrom
dependabot/bundler/dependencies-6deeab7d1c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

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

Package From To
sqlite3 2.9.0 2.9.1
rspec-rails 8.0.2 8.0.3
web-console 4.2.1 4.3.0
devise 5.0.1 5.0.2
honeybadger 6.3.1 6.5.2
thruster 0.1.18 0.1.19

Updates sqlite3 from 2.9.0 to 2.9.1

Release notes

Sourced from sqlite3's releases.

2.9.1 / 2026-02-28


SHA256 checksums:

85535ddf1c37f116ebebe0330bbbffc2ccb55d09f69717a565f8cfb35142f136  sqlite3-2.9.1-aarch64-linux-gnu.gem
646a28a655fc0298ff4266de0af89b66477a2d9ad65cebb5abad190bb64ed092  sqlite3-2.9.1-aarch64-linux-musl.gem
ed25696b0fb4694ca4f47287eaaa9e0d46a0a0c92990c453743d6ab6b4f51fa0  sqlite3-2.9.1-arm-linux-gnu.gem
82ca90eefe50935c827ab0c8dffff5219f57b5da0c92039e3e27f7dbccc9e992  sqlite3-2.9.1-arm-linux-musl.gem
e0cc5521aa03361e2da56635f3745242510b0b98c4608a3824b7e31ab2e7ffb9  sqlite3-2.9.1-arm64-darwin.gem
ffae7b4c712f4e29cef2a95125bb2144624e4c675fb5c19175231a20f128dfd1  sqlite3-2.9.1-x64-mingw-ucrt.gem
c3517e6f0df1f3a99fb73c5b0e6f02fc93b3b6b2ca0de72cb6d3956153310603  sqlite3-2.9.1-x86-linux-gnu.gem
2216ab52dbff54bbc5ea87789e02c60f1c749f7ce052cef36da542ecc9aadc25  sqlite3-2.9.1-x86-linux-musl.gem
5ce2c05eed8dc7c6debd560e2c5960e36521652b9a43bc3e42bc431db600c36f  sqlite3-2.9.1-x86_64-darwin.gem
1cbb644204ed143e5c96f6d59b5c571ba6f18b18a9dc5aa11c101187ff227afd  sqlite3-2.9.1-x86_64-linux-gnu.gem
bbd50dd1caca78b6c069701d9009ef714461495985d4c374ea1a1def061ba67c  sqlite3-2.9.1-x86_64-linux-musl.gem
f6ddc2ec850434ac14498944da9d768fe154dbcd4163fc9e173a524d95e2f887  sqlite3-2.9.1.gem
Changelog

Sourced from sqlite3's changelog.

2.9.1 / 2026-02-28

Commits
  • 3412e31 version bump to v2.9.1
  • 92d81da build(deps-dev): update minitest requirement from 6.0.1 to 6.0.2 (#686)
  • 5c5bbd6 ci: group dependabot actions updates into a single PR
  • a9e8d1b build(deps-dev): update rake-compiler-dock requirement (#676)
  • 40bfa38 build(deps): bump actions/cache from 4 to 5 (#665)
  • d8065b7 build(deps-dev): update rake-compiler requirement from 1.3.0 to 1.3.1 (#666)
  • 4ab8f69 build(deps-dev): update minitest requirement from 5.26.2 to 6.0.1 (#677)
  • 3f9701e build(deps): bump actions/upload-artifact from 5 to 6 (#667)
  • 59ba31c build(deps): bump actions/download-artifact from 6 to 7 (#664)
  • 65a231a build(deps-dev): update rdoc requirement from 7.0.3 to 7.2.0 (#684)
  • Additional commits viewable in compare view

Updates rspec-rails from 8.0.2 to 8.0.3

Changelog

Sourced from rspec-rails's changelog.

8.0.3 / 2026-02-17

Full Changelog

Bug Fixes:

  • Fix insertion order of controller prefix in the view lookup_context. (Stephen Nelson, #2749)
  • Ensure rails stats looks for specs using application root rather than working directory. (Marvin Tangpos, #2879)
Commits

Updates web-console from 4.2.1 to 4.3.0

Release notes

Sourced from web-console's releases.

v4.3.0

What's Changed

Changelog

Sourced from web-console's changelog.

4.3.0

  • #342 Always permit IPv4-mapped IPv6 loopback addresses ([@​zunda]).
  • Fixed Rails 8.2.0.alpha support
  • Drop Rails 7.2 support
  • Drop Ruby 3.1 support
Commits
  • 90e3474 Release 4.3.0
  • bdbb391 Merge pull request #344 from fatkodima/fix-filter-proxies
  • 950462c Fix compatiblity with latest rails
  • c1f9252 Merge pull request #345 from fatkodima/fix-ci
  • 6bc7159 Fix CI
  • 859bc60 Merge pull request #342 from zunda/bind-on-ipv6
  • c66460a Always permit IPv4-mapped IPv6 loopback addresses
  • f3d437c Merge pull request #338 from luiscobot/patch-1
  • 5383121 replace close icon with ×
  • 9a5c089 Merge pull request #336 from sambostock/drop-active-model
  • Additional commits viewable in compare view

Updates devise from 5.0.1 to 5.0.2

Release notes

Sourced from devise's releases.

v5.0.2

https://github.com/heartcombo/devise/blob/v5.0.2/CHANGELOG.md#502---2026-02-18

Changelog

Sourced from devise's changelog.

5.0.2 - 2026-02-18

  • enhancements
    • Allow resource class scopes to override the global configuration for sign_in_after_change_password behaviour. #5825
      • Note: some users ran into an issue with this change because RegistrationsController now relies on a setting from the :registerable module. These users were configuring their own routes pointing to the RegistrationsController for resource edit/update actions mostly, without relying on the other registration actions (e.g. user sign up.), so they omitted :registerable from the model declaration. While using just a portion of the controller functionality is a valid use for :registerable (or any module really), the module must still be declared in the model, much like the other modules must be declared if you plan on using just a portion of their behavior. Please check this issue for more info.
    • Add sign_in_after_reset_password? check hook to passwords controller, to allow it to be customized by users. #5826
Commits
  • 5b008ed Release v5.0.2
  • 916f94e Add sign_in_after_reset_password? check hook to passwords controller (#5826)
  • 1befcb5 Stop building both branch & PR with pushes
  • bb2b4ec Allow model config to override sign_in_after_change_password (#5825)
  • e5ffdc4 Update missed generator to use correct grammar for "send password reset" butt...
  • See full diff in compare view

Updates honeybadger from 6.3.1 to 6.5.2

Release notes

Sourced from honeybadger's releases.

v6.5.2

6.5.2 (2026-03-02)

Bug Fixes

  • change logs about missing metrics values to debug (#792) (8316f4e)

v6.5.1

6.5.1 (2026-03-02)

Bug Fixes

  • reduce metric cardinality for cache and SQL insights (#789) (56fed2b)
  • round metric duration values to 2 decimal places (#790) (fbf14d7)

v6.5.0

6.5.0 (2026-02-27)

Features

v6.4.1

6.4.1 (2026-02-25)

Bug Fixes

  • defer ActiveJob callback registration via on_load hook (#783) (2003726), closes #782

v6.4.0

6.4.0 (2026-02-18)

Features

  • attach environment to Insights event payloads (#780) (97d1db1)
Changelog

Sourced from honeybadger's changelog.

6.5.2 (2026-03-02)

Bug Fixes

  • change logs about missing metrics values to debug (#792) (8316f4e)

6.5.1 (2026-03-02)

Bug Fixes

  • reduce metric cardinality for cache and SQL insights (#789) (56fed2b)
  • round metric duration values to 2 decimal places (#790) (fbf14d7)

6.5.0 (2026-02-27)

Features

6.4.1 (2026-02-25)

Bug Fixes

  • defer ActiveJob callback registration via on_load hook (#783) (2003726), closes #782

6.4.0 (2026-02-18)

Features

  • attach environment to Insights event payloads (#780) (97d1db1)
Commits

Updates thruster from 0.1.18 to 0.1.19

Changelog

Sourced from thruster's changelog.

v0.1.19 / 2026-03-06

  • Build with Go 1.26.1
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 9, 2026
@jcoyne
Copy link
Member

jcoyne commented Mar 9, 2026

@dependabot rebase

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

| Package | From | To |
| --- | --- | --- |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.0` | `2.9.1` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `8.0.2` | `8.0.3` |
| [web-console](https://github.com/rails/web-console) | `4.2.1` | `4.3.0` |
| [devise](https://github.com/heartcombo/devise) | `5.0.1` | `5.0.2` |
| [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `6.3.1` | `6.5.2` |
| [thruster](https://github.com/basecamp/thruster) | `0.1.18` | `0.1.19` |



Updates `sqlite3` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.9.0...v2.9.1)

Updates `rspec-rails` from 8.0.2 to 8.0.3
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v8.0.2...v8.0.3)

Updates `web-console` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v4.2.1...v4.3.0)

Updates `devise` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](heartcombo/devise@v5.0.1...v5.0.2)

Updates `honeybadger` from 6.3.1 to 6.5.2
- [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases)
- [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md)
- [Commits](honeybadger-io/honeybadger-ruby@v6.3.1...v6.5.2)

Updates `thruster` from 0.1.18 to 0.1.19
- [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md)
- [Commits](basecamp/thruster@v0.1.18...v0.1.19)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rspec-rails
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: web-console
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: devise
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: honeybadger
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: thruster
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/dependencies-6deeab7d1c branch from ed425a4 to 2e29ac9 Compare March 9, 2026 13:43
@jcoyne jcoyne merged commit f1ff0e7 into main Mar 9, 2026
1 check passed
@jcoyne jcoyne deleted the dependabot/bundler/dependencies-6deeab7d1c branch March 9, 2026 14:53
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