Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the rails_default group with 21 updates in the / directory:

Package From To
rails 7.2.2.1 8.1.1
pg 1.5.9 1.6.2
puma 6.6.0 7.1.0
turbo-rails 2.0.16 2.0.20
jbuilder 2.13.0 2.14.1
bootsnap 1.18.6 1.19.0
slim-rails 3.7.0 4.0.0
debug 1.11.0 1.11.1
dotenv-rails 3.1.8 3.2.0
rspec-rails 8.0.1 8.0.2
factory_bot_rails 6.5.0 6.5.1
brakeman 7.0.2 7.1.1
bundler-audit 0.9.2 0.9.3
bullet 8.0.8 8.1.0
rubocop-rspec 3.6.0 3.8.0
rubocop-rspec_rails 2.31.0 2.32.0
rubocop-factory_bot 2.27.1 2.28.0
syntax_tree 6.2.0 6.3.0
solargraph 0.55.1 0.57.0
lefthook 1.11.14 2.0.12
shoulda-matchers 6.5.0 7.0.1

Updates rails from 7.2.2.1 to 8.1.1

Release notes

Sourced from rails's releases.

8.1.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • Respect remove_hidden_field_autocomplete config in form builder hidden_field.

    Rafael Mendonça França

Action Pack

  • Allow methods starting with underscore to be action methods.

    Disallowing methods starting with an underscore from being action methods was an unintended side effect of the performance optimization in 207a254.

    Fixes #55985.

    Rafael Mendonça França

Active Job

  • Only index new serializers.

    Jesse Sharps

Action Mailer

  • No changes.

Action Cable

... (truncated)

Commits
  • 90a1eaa Preparing for 8.1.1 release
  • 0ce0ce1 Upgrade sigstore gem to 0.2.2
  • 271acd5 Sync CHANGELOG
  • 7574698 Merge pull request #56020 from harsh183/hd/getting_started/fix_line_num_typo
  • 89cb7bf Fix railties/CHANGELOG.md offense at 8-1-stable
  • 7919bda Restore header
  • f007f9c Disable SSL default config for out of the box Kamal deployments (#56010)
  • 234b569 Merge pull request #56008 from chaadow/fix_nesting_loop_rails
  • 21a8742 Merge pull request #55992 from jsharpify/jsharpify-reduce-deprecation-warnings
  • a7ba88b Merge pull request #56001 from hachi8833/update_wishlists
  • Additional commits viewable in compare view

Updates pg from 1.5.9 to 1.6.2

Changelog

Sourced from pg's changelog.

v1.6.2 [2025-09-02] Lars Kanis [email protected]

  • Remove several absolute paths from native binaries which pointed to build directories. #668
  • Fix bad fallback path to pg_service.conf. #666
  • Use rbpg_ prefix for base64_* functions to avoid name clashes with functions provided by other libraries like Heimdal on Macos. #667
  • Raise a more descriptive error message in case of pg_ext LoadError. #664
  • Freeze some constants to make them available in a Ractor context. #660
  • Several documentation improvements.
  • Update native binary gems to OpenSSL-3.5.2, krb5-1.22.1 and PostgreSQL-17.6.

v1.6.1 [2025-08-03] Lars Kanis [email protected]

  • Add binary gems for platforms aarch64-linux-musl and x86_64-linux-musl without the need to install package gcompat. #657.
  • Serialize CompositeCoder#dimensions only when set. #652 This fixes the compatibility to pg-1.5.9, when deserializing Marshal data from pg-1.6, as long as the new attribute isn't used.
  • Remove dependency to MSYS2 package "postgresql" from binary Windows gem #654

v1.6.0 [2025-07-27] Lars Kanis [email protected]

Added:

  • Add binary gems for Ruby 3.4.
  • Add fat binary gem for platform aarch64-mingw-ucrt aka Windows on ARM #626, for platform Macos on Intel and ARM #643, for platform aarch64-linux #646 and for platform x86_64-linux #551.
  • Update fat binary gem to OpenSSL-3.5.1 and PostgreSQL-17.5.
  • Add a patch to libpq to avoid starvation on bigger SSL records, which some database engines other than vanilla PostgreSQL use. This patch applies to platform specific binary gems only. #616
  • Add support for new query cancel functions of PostgreSQL-17. This adds the new class PG::CancelConnection which provides the ability to cancel a query per blocking or per non-blocking functions. If the new functions are available they are used and the older are no longer compiled in. This way we can get rid of reading out the internal PGcancel struct by Connection#backend_key. #614
  • Add PG::BinaryDecoder::Array and PG::BinaryEncoder::Array to parse and encode PostgreSQL arrays in binary format. #603
  • Add possibility to define the number of array dimensions to be encoded. Setting dimensions is especially useful, when a Record shall be encoded into an Array, since the Array encoder can not distinguish if the array shall be encoded as a higher dimension or as a record otherwise. #622
  • Add Connection#set_chunked_rows_mode #610
  • Add PG::Connection#close_prepared, PG::Connection#close_portal, PG::Connection#send_close_prepared and PG::Connection#send_close_portal which are new in PostgreSQL-17. #611
  • Add Connection#send_pipeline_sync, async_pipeline_sync and release GVL at PQ(sendP|P)ipelineSync. #612
  • Add MINGW package dependency which is resolved by RubyInstaller. #617
  • Change conn.server_version and conn.protocol_version to raise instead of return 0 on error. #632
  • Fix connecting to multiple hosts after connnect_timeout. #637

... (truncated)

Commits
  • c75ed8d Bump VERSION to 1.6.2
  • 90a00e5 Update CHANGELOG for pg-1.6.2
  • c584348 Merge pull request #670 from larskanis/update-deps
  • 227653d Update dependencies
  • 428415d Prepare CHANGELOG for 1.6.2 [skip ci]
  • 4282e5c Merge pull request #669 from larskanis/test-rpath
  • 19a3547 Strip darwin C-ext to remove paths to C files
  • 5e2ac6e Temporary enable head version of rake-compiler-dock
  • 70551b9 Add spec/pg_spec.rb to tests
  • 35b2704 Add tests for rpath or other build related paths
  • Additional commits viewable in compare view

Updates puma from 6.6.0 to 7.1.0

Release notes

Sourced from puma's releases.

v7.1.0

7.1.0 / 2025-10-16 - Neon Witch

neon_witch

  • Features

    • Introduce after_worker_shutdown hook (#3707)
    • Reintroduce keepalive "fast inline" behavior. Provides faster (8x on JRuby & 1.4x on Ruby) pipeline processing (#3794)
  • Bugfixes

    • Skip reading zero bytes when request body is buffered (#3795)
    • Fix PUMA_LOG_CONFIG=1 logging twice with prune_bundler enabled (#3778)
    • Fix prune_bundler not showing in PUMA_LOG_CONFIG=1 output (#3779)
    • Guard ThreadPool method call, which may be nil during shutdown (#3791, #3790)
    • Set Thread.current.puma_server in Thread init code, not every request (#3774)
    • Fix race condition while deleting pidfile (#3657)

New Contributors

Full Changelog: puma/puma@v7.0.4...v7.1.0

v7.0.4

What's Changed

New Contributors

Full Changelog: puma/puma@v7.0.3...v7.0.4

v7.0.3

7.0.3 / 2025-09-13

  • Performance

    • server.rb - process_client - add ka to todo if readable & complete (#3748)
  • Bugfixes

    • Convert PUMA_PERSISTENT_TIMEOUT to an Integer (#3749)

v7.0.2

What's Changed

... (truncated)

Changelog

Sourced from puma's changelog.

7.1.0 / 2025-10-16

  • Features

    • Introduce after_worker_shutdown hook (#3707)
    • Reintroduce keepalive "fast inline" behavior. Provides faster (8x on JRuby & 1.4x on Ruby) pipeline processing (#3794)
  • Bugfixes

    • Skip reading zero bytes when request body is buffered (#3795)
    • Fix PUMA_LOG_CONFIG=1 logging twice with prune_bundler enabled (#3778)
    • Fix prune_bundler not showing in PUMA_LOG_CONFIG=1 output (#3779)
    • Guard ThreadPool method call, which may be nil during shutdown (#3791, #3790)
    • Set Thread.current.puma_server in Thread init code, not every request (#3774)
    • Fix race condition while deleting pidfile (#3657)

7.0.4 / 2025-09-23

  • Bugfixes

    • Fix SSL_shutdown error handling (#3703)
    • Strip whitespace from the beginnings of request header values. (#3742)
  • Performance

    • puma_http11.c: Use interned UTF-8 strings for hash keys (#3754)
    • Move sleep cluster logic to its own class (#3746, #3740)

7.0.3 / 2025-09-13

  • Performance

    • server.rb - process_client - add ka to todo if readable & complete (#3748)
  • Bugfixes

    • Convert PUMA_PERSISTENT_TIMEOUT to an Integer (#3749)

7.0.2 / 2025-09-08

  • Bugfixes
    • bug: control_cli.rb - Fixup pumactl code to load puma.rb for deprecate_method_change (#3736, #3734)
    • Replace sleep spin lock with condition variable (#3729)
    • Fix Puma not booting if queue_requests disabled (#3731)

7.0.1 / 2025-09-06

  • Bugfixes
    • Add backward compatibility aliases for Events class methods (#3725)

7.0.0 / 2025-09-03

  • Breaking changes
    • Set default max_keep_alive to 999 (#3719)
    • Increase persistent_timeout default to 65 seconds (#3378)
    • Raise an ArgumentError if no block given to hooks (#3377)

... (truncated)

Commits
  • fb2a073 v7.1.0 (#3797)
  • 4edb9e9 client.rb - read_body - cleanup last lines of method (#3798)
  • 84a568a Update wait_for_less_busy_worker docs (#3757)
  • e59a604 Initialize only essential Launcher state before prune_bundler restart (#3...
  • 6844de7 client.rb - Skip reading zero bytes when request body is buffered (#3795)
  • 1d3d6b7 Set Thread.current.puma_server in Thread init code, not every request (#3774)
  • 9b34cde Adding syntax highlighting in k8s docs (#3782)
  • a2bd2f6 Add prune_bundler to Configuration::DEFAULTS (#3779)
  • d7a0854 ci: Update hey benchmark files, minor fixes and formatting (#3796)
  • ff08099 ci: Update Update test/rackup/sleep_fibonacci.ru, add test script (#3793)
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.16 to 2.0.20

Release notes

Sourced from turbo-rails's releases.

v2.0.20

Full Changelog: hotwired/turbo-rails@v2.0.19...v2.0.20

v2.0.19

Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19

v2.0.17

What's Changed

See https://github.com/hotwired/turbo/releases/tag/v8.0.18

New Contributors

Commits

Updates jbuilder from 2.13.0 to 2.14.1

Release notes

Sourced from jbuilder's releases.

v2.14.1

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.14.0...v2.14.1

v2.14.0

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.13.0...v2.14.0

Commits
  • 38339ad Prepare for 2.14.1
  • 2400fd9 Merge pull request #601 from flavorjones/flavorjones/fix-encode-arguments
  • a6863b5 Ensure that Jbuilder.encode properly forwards arguments to .new
  • 30ba7df Prepare for 2.14.0
  • 5f4af71 Merge pull request #591 from moberegger/moberegger/optimize_options_merges
  • 6fd6c06 Small _set_inline_partial optimization
  • b7b5abb Stop mutating options in partial! method
  • 7e16adf Stop mutating options in set! method
  • 8474b41 Remove _partial micro-optimization
  • 9ffacf7 Merge pull request #574 from pixeltrix/fix-warnings-and-version-constant
  • Additional commits viewable in compare view

Updates bootsnap from 1.18.6 to 1.19.0

Changelog

Sourced from bootsnap's changelog.

1.19.0

  • Remove JSON parsing cache. Recent versions of the json gem are as fast as msgpack if not faster.
Commits
  • d4ad167 Release 1.19.0
  • 4a0f8e6 Merge pull request #508 from byroot/remove-json-caching
  • 5df6e04 Remove Bootsnap::CompileCache::JSON
  • e6272f8 Merge pull request #506 from rails/dependabot/github_actions/actions/checkout-5
  • 89879b4 Bump actions/checkout from 4 to 5
  • 55d663f Move bootsnap to the Rails org
  • 03629f6 Add devcontainer config
  • 037ad17 Merge pull request #505 from beauraF/add-know-issues-note-to-readme
  • 3019588 Add a knows issues note into README.md related to QEMU
  • b3333f6 Add Ruby 3.4 to CI
  • Additional commits viewable in compare view

Updates slim-rails from 3.7.0 to 4.0.0

Release notes

Sourced from slim-rails's releases.

v4.0.0

Breaking changes

What's Changed

Full Changelog: slim-template/slim-rails@v3.7.0...v4.0.0

Changelog

Sourced from slim-rails's changelog.

4.0.0 (December 11, 2025)

  • Add support for Rails Annotations and CodeStatistics (#206)
  • Drop support for Ruby 2.7 and Rails older than 7 ([205])
  • Add Rails 8.1 to CI Matrix (#204)
Commits
  • 5e5555f Bump version to 4.0.0
  • c92b4ef Merge pull request #205 from taketo1113/drop-ruby2.7-rails6.1
  • 5fd31dc Merge pull request #206 from taketo1113/rails-codestatistics
  • 255bf5a Add support for Rails Annotations and CodeStatistics
  • b889a17 Drop support for Ruby 2.7 and Rails 6.1 and below
  • 6e1605b Merge pull request #204 from taketo1113/ci-rails-8.1
  • e02418f Add Rails 8.1 to CI Matrix
  • See full diff in compare view

Updates debug from 1.11.0 to 1.11.1

Release notes

Sourced from debug's releases.

v1.11.1

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.11.0...v1.11.1

Commits
  • bad4d38 v1.11.1
  • 88d762c FileUtils is needed
  • 553373a omit on older version
  • c1c1c8e use Kernel.__callee__
  • 24f95d6 catch up 4.0.0 backtrace change
  • bc97d33 add a test for b path: ...
  • 1139d78 support b path: path_expr
  • 06342cd catch any exception on singletonclass
  • 2791573 fix(DAP): Return unverified breakpoints instead of unsuccessful response
  • 14c8a54 Update imemo_mask to match ruby's
  • See full diff in compare view

Updates dotenv-rails from 3.1.8 to 3.2.0

Release notes

Sourced from dotenv-rails's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

Commits
  • 34156bf Prepare for 3.2.0 release
  • ab47820 Merge pull request #531 from grosser/grosser/warn
  • fae6120 Merge branch 'main' into grosser/warn
  • 4f510f4 Merge pull request #532 from grosser/grosser/fixes
  • 959e1da Merge pull request #539 from bkeepers/dependabot/github_actions/actions/check...
  • 041451e Update spec message
  • b300f26 Bump actions/checkout from 4 to 6
  • 5f4ca01 Merge branch 'main' into grosser/warn
  • 209dca4 Merge pull request #540 from i7an/handle-parentheses
  • 48c4956 Merge branch 'main' into handle-parentheses
  • Additional commits viewable in compare view

Updates rspec-rails from 8.0.1 to 8.0.2

Changelog

Sourced from rspec-rails's changelog.

8.0.2 / 2025-08-12

Full Changelog

Bug Fixes:

Commits
  • c3788c2 v8.0.2
  • ab96e8a Tidy up rack status in spec
  • 2d5eaea Fix deprecation warning for :unprocessable_entity in scaffold-generated tests...
  • See full diff in compare view

Updates factory_bot_rails from 6.5.0 to 6.5.1

Release notes

Sourced from factory_bot_rails's releases.

v6.5.1

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot_rails@v6.5.0...v6.5.1

Changelog

Sourced from factory_bot_rails's changelog.

6.5.1 (September 5, 2025)

  • Add: Add AuthenticationGenerator for users factory creation (Rodrigo Toledo)
  • Changed: Update required_ruby_version to require >= Ruby 3.1 (y-yagi)
  • Internal: Fix Cucumber tests (Neil Carvalho)
Commits

Updates brakeman from 7.0.2 to 7.1.1

Release notes

Sourced from brakeman's releases.

7.1.1

  • Exclude directories before searching for files (#1925)
  • Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)
  • Fix SQL injection check for calculate method (Rohan Sharma)
  • Check each side of or SQL arguments (#1935)
  • Consider Tempfile.create.path as safe input (Ali Ismayilov)
  • Fix false positive when calling with_content on ViewComponents (Peer Allan)
  • Add FilePath#to_path for Ruby 3.5 compatibility (S.H.)
  • Ignore attribute builder in Haml 6 (#1952)
  • Word wrap text report output in pager

7.1.0

  • Add Haml 6.x support (#1914, #1841, etc.)
  • Support render model shortcut (#959, #1940, etc.)
  • Add --ensure-no-obsolete-config-entries option (viralpraxis)
  • Update JUnit report for CircleCI (Philippe Bernery)
  • Improve ignored warnings layout in HTML report (Sebastien Savater)
  • Only load escape functionality from cgi library (Earlopain)
  • Add EOL dates for Rails 8.0 and Ruby 3.4
  • Use lazy file lists for AppTree
Changelog

Sourced from brakeman's changelog.

7.1.1 - 2025-11-03

  • Fix false positive when calling with_content on ViewComponents (Peer Allan)
  • Word wrap text output in pager
  • Consider Tempfile.create.path as safe input (Ali Ismayilov)
  • Exclude directories before searching for files
  • Check each side of or SQL arguments
  • Ignore attribute builder in Haml 6
  • Add FilePath#to_path for Ruby 3.5 compatibility (S-H-GAMELINKS)
  • Fix SQL injection check for calculate method (Rohan Sharma)
  • Fix missing td in HTML report (John Hawthorn)
  • Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)

7.1.0 - 2025-07-18

  • Add EOL dates for Rails 8.0 and Ruby 3.4
  • Support render model shortcut
  • Use lazy file lists for AppTree
  • Add Haml 6.x support
  • Improve ignored warnings layout in HTML report (Sebastien Savater)
  • Update JUnit report for CircleCI (Philippe Bernery)
  • Only load escape functionality from cgi library (Earlopain)
  • Add --ensure-no-obsolete-ignore-entries option (viralpraxis)
Commits
  • 34569b9 Bump to 7.1.1
  • 0daddae Update CHANGES
  • ae84d11 Merge pull request #1950 from peerkleio/fix-1832-viewcomponent-with-content
  • beabb9c Update CHANGES
  • a65c657 Merge pull request #1961 from presidentbeef/wordwrap_output
  • 1dcee03 Merge pull request #1933 from aliismayilov/ignore-tempfile-path
  • 21ae593 Merge pull request #1953 from sunny/patch-1
  • da44c3f Merge pull request #1968 from presidentbeef/faster_file_search
  • ec80644 Merge pull request #1963 from rsharma-figma/rohan/fix-calculate-sql-injection...
  • e2acb3c Update AppTree tests
  • Additional commits viewable in compare view

Updates bundler-audit from 0.9.2 to 0.9.3

Release notes

Sourced from bundler-audit's releases.

0.9.3

  • Officially support Ruby 3.4, 3.5, and 4.0.
  • Added support for Bundler 4.x.
  • Fixed typos in API documentation.

CLI

  • Ensure that the bundler-audit check command honors the BUNDLER_AUDIT_DB environment variable.
Changelog

Sourced from bundler-audit's changelog.

0.9.3 / 2025-11-28

  • Officially support Ruby 3.4, 3.5, and 4.0.
  • Added support for Bundler 4.x.
  • Fixed typos in API documentation.

CLI

  • Ensure that the bundler-audit check command honors the BUNDLER_AUDIT_DB environment variable.
Commits
  • f8b06eb Updated the ChangeLog for 0.9.3.
  • e4fb10a Version bump to 0.9.3.
  • 34cd522 Added Ruby 4.0 to the CI matrix.
  • 22da9d7 Added Ruby 3.5 to the CI matrix.
  • 0c2afaf Require rubygems-tasks ~> 0.3 for Ruby 3.5 and 4.0.
  • 309d203 Allow using bundler 4.x
  • d40dc75 Remove syntax highlighting from example output.
  • 91a912f Be consistent and only use markdown code fences.
  • fc1bc0a Fixed typo in @return tag.
  • 276e065 Update RubyGems in GitHub Actions CI (#406)
  • Additional commits viewable in compare view

Updates bullet from 8.0.8 to 8.1.0

Changelog

Sourced from bullet's changelog.

8.1.0 (10/23/2025)

  • Make get_relation private
  • Support Rails 8.1
Commits
  • 5f41732 Bumping version to 8.1.0
  • 83b6de8 Bumping version to 8.1.0.beta1
  • 1d8e90e Merge pull request #758 from saiqulhaq/feat/support-rails81
  • 379be32 feat(bullet): add support for ActiveRecord 8.1 to enhance compatibility with ...
  • c565be9 Merge pull request #756 from hamajyotan/get_relation-visibility-to-private
  • 0b2604a Make get_relation private
  • 1dba7aa Merge pull request #755 from flyerhzm/dependabot/github_actions/actions/stale-10
  • 6bba5e9 Bump actions/stale from 9 to 10
  • 9c8122f Merge pull request #753 from flyerhzm/dependabot/github_actions/actions/check...
  • 7b8f54c Bump actions/checkout from 4 to 5Description has been truncated

Bumps the rails_default group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.2.2.1` | `8.1.1` |
| [pg](https://github.com/ged/ruby-pg) | `1.5.9` | `1.6.2` |
| [puma](https://github.com/puma/puma) | `6.6.0` | `7.1.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.16` | `2.0.20` |
| [jbuilder](https://github.com/rails/jbuilder) | `2.13.0` | `2.14.1` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.18.6` | `1.19.0` |
| [slim-rails](https://github.com/slim-template/slim-rails) | `3.7.0` | `4.0.0` |
| [debug](https://github.com/ruby/debug) | `1.11.0` | `1.11.1` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `8.0.1` | `8.0.2` |
| [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.5.0` | `6.5.1` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `7.0.2` | `7.1.1` |
| [bundler-audit](https://github.com/rubysec/bundler-audit) | `0.9.2` | `0.9.3` |
| [bullet](https://github.com/flyerhzm/bullet) | `8.0.8` | `8.1.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.6.0` | `3.8.0` |
| [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) | `2.31.0` | `2.32.0` |
| [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) | `2.27.1` | `2.28.0` |
| [syntax_tree](https://github.com/kddnewton/syntax_tree) | `6.2.0` | `6.3.0` |
| [solargraph](https://github.com/castwide/solargraph) | `0.55.1` | `0.57.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.14` | `2.0.12` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` |



Updates `rails` from 7.2.2.1 to 8.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.2.2.1...v8.1.1)

Updates `pg` from 1.5.9 to 1.6.2
- [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md)
- [Commits](ged/ruby-pg@v1.5.9...v1.6.2)

Updates `puma` from 6.6.0 to 7.1.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v6.6.0...v7.1.0)

Updates `turbo-rails` from 2.0.16 to 2.0.20
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.16...v2.0.20)

Updates `jbuilder` from 2.13.0 to 2.14.1
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.13.0...v2.14.1)

Updates `bootsnap` from 1.18.6 to 1.19.0
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.18.6...v1.19.0)

Updates `slim-rails` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/slim-template/slim-rails/releases)
- [Changelog](https://github.com/slim-template/slim-rails/blob/master/CHANGELOG.md)
- [Commits](slim-template/slim-rails@v3.7.0...v4.0.0)

Updates `debug` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.11.0...v1.11.1)

Updates `dotenv-rails` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.8...v3.2.0)

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

Updates `factory_bot_rails` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.5.0...v6.5.1)

Updates `brakeman` from 7.0.2 to 7.1.1
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v7.0.2...v7.1.1)

Updates `bundler-audit` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/rubysec/bundler-audit/releases)
- [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md)
- [Commits](rubysec/bundler-audit@v0.9.2...v0.9.3)

Updates `bullet` from 8.0.8 to 8.1.0
- [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md)
- [Commits](flyerhzm/bullet@8.0.8...8.1.0)

Updates `rubocop-rspec` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.6.0...v3.8.0)

Updates `rubocop-rspec_rails` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/rubocop/rubocop-rspec_rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec_rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec_rails@v2.31.0...v2.32.0)

Updates `rubocop-factory_bot` from 2.27.1 to 2.28.0
- [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases)
- [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-factory_bot@v2.27.1...v2.28.0)

Updates `syntax_tree` from 6.2.0 to 6.3.0
- [Changelog](https://github.com/ruby-syntax-tree/syntax_tree/blob/main/CHANGELOG.md)
- [Commits](ruby-syntax-tree/syntax_tree@v6.2.0...v6.3.0)

Updates `solargraph` from 0.55.1 to 0.57.0
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.55.1...v0.57.0)

Updates `lefthook` from 1.11.14 to 2.0.12
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.14...v2.0.12)

Updates `shoulda-matchers` from 6.5.0 to 7.0.1
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v6.5.0...v7.0.1)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: pg
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: puma
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: turbo-rails
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: jbuilder
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: bootsnap
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: slim-rails
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: debug
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: dotenv-rails
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: rspec-rails
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: factory_bot_rails
  dependency-version: 6.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: brakeman
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: bundler-audit
  dependency-version: 0.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: bullet
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: rubocop-rspec
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: rubocop-rspec_rails
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: rubocop-factory_bot
  dependency-version: 2.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: syntax_tree
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: solargraph
  dependency-version: 0.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: lefthook
  dependency-version: 2.0.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: shoulda-matchers
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_default
...

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 Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/bundler/rails_default-335775d648 branch February 3, 2026 00:16
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