Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the development-dependencies group with 3 updates in the / directory: rails, sqlite3 and rubocop-rails.

Updates rails from bc41ad6 to 77191f5

Commits
  • 77191f5 Merge pull request #56180 from rails/debug-exceptions-markdown
  • 6f73129 Support text/markdown format in DebugExceptions middleware
  • 4a3ed47 Merge pull request #56178 from yahonda/add-postgresql-init-arch
  • fff6b19 Add PostgreSQL service setup for Arch Linux
  • 67efb0d Update comment for ActiveStorage::VariantWithRecord (#55891)
  • 6a82578 docs: correct "web-application" to "web application" (#56091)
  • dc13f9b Make code blocks horizontally scrollable when lines exceed the visible area (...
  • dead16d Address `ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certif...
  • ef94f2a Active Support: Favor squiggly heredocs when applicable.
  • 81a6220 Remove forgotten puts in test suite
  • Additional commits viewable in compare view

Updates sqlite3 from 2.7.4 to 2.8.0

Release notes

Sourced from sqlite3's releases.

2.8.0 / 2025-11-05

3e8b5ed47fed37518eeea54ea9a96542dff0d82ea247490d3bdc6a02d4402503  sqlite3-2.8.0-aarch64-linux-gnu.gem
9db4dfdc5c1582ab2b3d6f98017d39d3c597a50710a0438f4e2ebfba4989ab30  sqlite3-2.8.0-aarch64-linux-musl.gem
f604b44e5d4ca6b6632cad659b4bd4ebe55c38987ad411427993b42c70fd3dec  sqlite3-2.8.0-arm-linux-gnu.gem
80c4de4163fca155434a540c42fffba43bf71974f8c7645ad87d94fe1e8c15b0  sqlite3-2.8.0-arm-linux-musl.gem
841b4e37f7cb993d9bcb3dc58c8827b5df1e29d2030231155eba0ab89766efaf  sqlite3-2.8.0-arm64-darwin.gem
0fd021814689a91037d66cbd693bfcae162081b604c25266d0f18b063d2918c4  sqlite3-2.8.0-x64-mingw-ucrt.gem
8878e371e05d4570203b3c03891db441fef4095c3e30a2fe443c7defd1c5e409  sqlite3-2.8.0-x86-linux-gnu.gem
4846a6e0be10f33634f62315eed318e90952d09f975c9f73762d8ee9443f81be  sqlite3-2.8.0-x86-linux-musl.gem
ae26021cbfc7c9c819e2bad50789ab7732dc29c7c00c043ee4b6073a10b1baa2  sqlite3-2.8.0-x86_64-darwin.gem
b754409b06e447712198d59e37da0dab6fce326115657db034a94b77f67802a3  sqlite3-2.8.0-x86_64-linux-gnu.gem
9ea480326f09abfeb2001cf8d08077feaac2253baaf5ac06aa530377f4a87ddc  sqlite3-2.8.0-x86_64-linux-musl.gem
88b403fb0ec0992907ef00cfc5db8fae53d284b81f6123f20ca0f7ef85c222e1  sqlite3-2.8.0.gem
Changelog

Sourced from sqlite3's changelog.

2.8.0 / 2025-11-05

Commits
  • 4bf2ce7 version bump to v2.8.0
  • 5c22bec Merge pull request #651 from sparklemotion/dependabot/bundler/rdoc-6.15.1
  • 44ec4be doc: update CHANGELOG
  • 856b1a6 Merge pull request #652 from sparklemotion/flavorjones/dep-sqlite-3.51.0
  • 8895ea4 dep: bump vendored sqlite3 to v3.51.0
  • 5cbc1d0 build(deps-dev): update rdoc requirement from 6.14.2 to 6.15.1
  • See full diff in compare view

Updates rubocop-rails from 2.33.4 to 2.34.0

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.34.0

New features

Bug fixes

  • #1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. (@​koic)
  • #1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. (@​koic)
  • #1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. (@​koic)
  • #1549: Fix Rails/InverseOf cop false positives when using dynamic association options. (@​viralpraxis)

Changes

Changelog

Sourced from rubocop-rails's changelog.

2.34.0 (2025-11-16)

New features

Bug fixes

  • #1539: Fix an error in Rails/ActionControllerFlashBeforeRender when flash is used inside a block followed by method chaining. ([@​koic][])
  • #1553: Fix false positives for Rails/OutputSafety when using non-interpolated multiline heredoc. ([@​koic][])
  • #1532: Fix false positives for Rails/FindByOrAssignmentMemoization when assigning a memoization instance variable at initialize method. ([@​koic][])
  • #1549: Fix Rails/InverseOf cop false positives when using dynamic association options. ([@​viralpraxis][])

Changes

Commits
  • ff99b24 Cut 2.34.0
  • 4d6c3c8 Update Changelog
  • 259a467 Merge pull request #1555 from koic/fix_false_positive_for_rails_output_safety
  • 92fcb33 [Fix #1553] Fix false positives for Rails/OutputSafety
  • 2b228a8 Merge pull request #1551 from r7kamura/docs-required-typo
  • c6b201f Improve docs about Rails version notes
  • 48710fa Merge pull request #1549 from viralpraxis/fix-rails-inverse-of-cop-false-posi...
  • 5f8b62a Fix Rails/InverseOf cop false positives when using dynamic assoc options
  • 84c131f Merge pull request #1461 from vlad-pisanov/vp_presence_1
  • 289d8c7 Merge pull request #1546 from viralpraxis/change-rails-duplicate-scope-cop-de...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…ectory with 3 updates

Bumps the development-dependencies group with 3 updates in the / directory: [rails](https://github.com/rails/rails), [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) and [rubocop-rails](https://github.com/rubocop/rubocop-rails).


Updates `rails` from `bc41ad6` to `77191f5`
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@bc41ad6...77191f5)

Updates `sqlite3` from 2.7.4 to 2.8.0
- [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.7.4...v2.8.0)

Updates `rubocop-rails` from 2.33.4 to 2.34.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.33.4...v2.34.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 77191f5afb9c39aa5968219047ae69cdb2f48b14
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: sqlite3
  dependency-version: 2.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rubocop-rails
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 17, 2025
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