Skip to content

Bump the gems group across 1 directory with 23 updates#737

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/gems-461ed5a37b
Open

Bump the gems group across 1 directory with 23 updates#737
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/gems-461ed5a37b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps the gems group with 22 updates in the / directory:

Package From To
mail 2.8.1 2.9.0
debug 1.11.0 1.11.1
json-schema 6.0.0 6.1.0
rspec-rails 8.0.2 8.0.3
brakeman 7.1.0 8.0.2
bundler-audit 0.9.2 0.9.3
hotwire-livereload 2.0.0 2.1.1
rubocop-factory_bot 2.27.1 2.28.0
rubocop-rails 2.33.3 2.34.3
rubocop-rspec 3.7.0 3.9.0
rubocop-rspec_rails 2.31.0 2.32.0
honeybadger 6.1.0 6.3.1
rack-attack 6.7.0 6.8.0
better_html 2.1.1 2.2.0
bootsnap 1.18.6 1.23.0
cloudflare-rails 6.2.0 7.0.0
data_migrate 11.3.0 11.3.1
importmap-rails 2.2.2 2.2.3
propshaft 1.2.1 1.3.1
puma 7.0.1 7.2.0
tailwindcss-rails 4.3.0 4.4.0
turbo-rails 2.0.16 2.0.23

Updates mail from 2.8.1 to 2.9.0

Release notes

Sourced from mail's releases.

v2.9.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from mail's changelog.

== Version 2.9.0 (unreleased)

Breaking changes:

  • Mail::Field::FIELDS_MAP now contains class names, not Class instances (c960657)

Compatibility:

  • Update MIME-Version to have correct case per RFC 2045 @​mikel

Features:

  • Updated README to improve around sending multipart mail @​kapfenho
  • Add delivery_interceptors method to Mail class to fetch registered interceptors @​ghousemohamed

Code Improvements:

Bug Fixes:

  • Regression: Preserve message-level charset when adding parts (related to Rails ActionMailer) @​shields
  • Regression: Adding a part should not reset the mail's charset to nil @​railsbob

Performance:

  • reduce object allocations by replacing =~ and Regexp#match by Regexp#match? @​ahorek
  • reduce object allocations by replacing String#unpack[0] by String#unpack1 @​ahorek

Please check 2-8-stable for previous changes.

Commits
  • 490fe21 Prepare for 2.9.0 release
  • 717f220 Bump to beta2
  • d1d65b3 Merge pull request #1330 from jeremyevans/content-type-regression-fix
  • 30302c7 Merge pull request #1619 from yahonda/add_dependency_logger
  • 182f2be Merge pull request #1620 from yahonda/address_uri_rfc_3986_parser_warnings
  • 73db11a Merge pull request #1389 from ahorek/attachments
  • 26f413e rfc822 attachments
  • a2da80f Address warning: URI::RFC3986_PARSER warnings
  • 98c835a Add logger as a dependency for Ruby 3.4 warnings
  • 9a7e2bf Drop unused GH Ation workflow (#1615)
  • Additional commits viewable 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 json-schema from 6.0.0 to 6.1.0

Release notes

Sourced from json-schema's releases.

v6.1.0

What's Changed

New Features 🎉

Full Changelog: voxpupuli/json-schema@v6.0.0...v6.1.0

Changelog

Sourced from json-schema's changelog.

v6.1.0 (2025-12-21)

Full Changelog

Implemented enhancements:

Commits

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 brakeman from 7.1.0 to 8.0.2

Release notes

Sourced from brakeman's releases.

8.0.2

  • Reline console control should use stderr
  • Fix logger cleanup based method (Imran Iqbal)

8.0.1

  • Fix for disappearing cursor when no warnings are reported

8.0.0

  • Complete revamp of scan progress output and logging
  • --skip-libs removed (#1839
  • --index-libs removed
  • Fix qualified constant lookup to respect module/class context (Mike Dalessio)
  • Fix singleton method prefixes (viralpraxis)
  • Faster file globbing for templates (Mikael Henriksson)
  • No longer produce weak dynamic render path warnings
  • Replace Erubis with Erubi (#1970)

7.1.2

This was released on December 25, 2025

  • Update ruby_parser to remove max version restriction (Chedli Bourguiba)
  • Increase minimum Ruby version to 3.2.0
  • Reduce SQL injection false positives from count (and other) calls (#1936)
  • Remove more XSS false positives related to Haml attribute builder
  • Update Minitest version to 6.0

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
Changelog

Sourced from brakeman's changelog.

8.0.2 - 2026-02-03

  • Reline console control should use stderr
  • Fix logger cleanup based method (Imran Iqbal)

8.0.1 - 2026-01-29

  • Make sure to reset the cursor even when exit code is 0

8.0.0 - 2026-01-29

  • No longer produce weak dynamic render path warnings
  • --skip-libs removed
  • --index-libs removed
  • Revamp of scan progress output and logging
  • Faster file globbing for templates (Mikael Henriksson)
  • Fix singleton method prefixes (viralpraxis)
  • Fix qualified constant lookup to respect module/class context (Mike Dalessio)
  • Replace Erubis with Erubi

7.1.2 - 2025-12-25

  • Update ruby_parser to remove version restriction (Chedli Bourguiba)
  • Raise minimum required Ruby to 3.2.0
  • Use Minitest 6.0
  • Reduce SQL injection false positives from count calls
  • Ignore more Haml attribute builder methods

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)
Commits
  • c072892 Bump to 8.0.2
  • b3ad4c8 Merge pull request #2007 from presidentbeef/add_ruby_4_0_to_tests
  • 0fb669a Add Ruby 4.0 to test matrix
  • c531af9 Merge pull request #2006 from presidentbeef/set_reline_to_use_stderr
  • 3028a07 Use correct output destination with Reline
  • a0cbbc9 Merge pull request #2004 from imran-iq/imran/push-rpwxzowkpovk
  • bfbc5c9 Fix argument error to logger.cleanup
  • 406e8f1 Bump to 8.0.1
  • 6d37b1c Merge pull request #2002 from presidentbeef/always_quit
  • 192fcb9 Make sure to quit after running
  • 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 hotwire-livereload from 2.0.0 to 2.1.1

Release notes

Sourced from hotwire-livereload's releases.

v2.1.1

What's Changed

New Contributors

Full Changelog: kirillplatonov/hotwire-livereload@v2.0.0...v2.1.1

Commits

Updates rubocop-factory_bot from 2.27.1 to 2.28.0

Release notes

Sourced from rubocop-factory_bot's releases.

RuboCop FactoryBot v2.28.0

  • Fix an error for FactoryBot/AssociationStyle cop when trait is not inside factory block. (@​viralpraxis)
  • Fix an error for FactoryBot/ConsistentParenthesesStyle cop when using keyword splat argument. (@​viralpraxis)
  • Fix a false negative for FactoryBot/SyntaxMethods when method is used inside a module. (@​lovro-bikic)
  • Fix FactoryBot/AssociationStyle false positives on reserved methods. (@​r7kamura)
Changelog

Sourced from rubocop-factory_bot's changelog.

2.28.0 (2025-11-12)

  • Fix an error for FactoryBot/AssociationStyle cop when trait is not inside factory block. ([@​viralpraxis])
  • Fix an error for FactoryBot/ConsistentParenthesesStyle cop when using keyword splat argument. ([@​viralpraxis])
  • Fix a false negative for FactoryBot/SyntaxMethods when method is used inside a module. ([@​lovro-bikic])
  • Fix FactoryBot/AssociationStyle false positives on reserved methods. ([@​r7kamura])
Commits
  • 0efba36 Merge pull request #161 from rubocop/bump
  • cbcc7a3 Bump version to 2.28.0
  • 8b9dda6 Merge pull request #160 from r7kamura/association-style-reserved-methods
  • 817d4d1 Fix FactoryBot/AssociationStyle false positives on reserved methods
  • 03775fe Merge pull request #156 from rubocop/dependabot/github_actions/actions/checko...
  • 54ad63e Bump actions/checkout from 4 to 5
  • cfa98ff Merge pull request #155 from lovro-bikic/syntax-methods-false-negative
  • 75bed26 Fix false negative for SyntaxMethods cop when inside a namespace
  • 50d4167 Merge pull request #152 from viralpraxis/fix-an-error-for-factory-bot-consist...
  • 483180c Fix an error for FactoryBot/ConsistentParenthesesStyle cop
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.33.3 to 2.34.3

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.34.3

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. (@​koic)
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. (@​koic)

RuboCop Rails v2.34.2

Changes

  • #1565: Make Rails/Presence allow index access methods. (@​koic)

RuboCop Rails v2.34.1

Bug fixes

  • #1556: Fix an error for Rails/Env when assigning Rails.env. (@​koic)
  • #1557: Fix false positives for Rails/Presence with comparison and assignment operators. (@​davidenglishmusic)
  • #1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. (@​koic)
  • #1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. (@​koic)

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

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.34.3 (2026-01-03)

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. ([@​koic][])
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. ([@​koic][])

2.34.2 (2025-11-29)

Changes

  • #1565: Make Rails/Presence allow index access methods. ([@​koic][])

2.34.1 (2025-11-24)

Bug fixes

  • #1556: Fix an error for Rails/Env when assigning Rails.env. ([@​koic][])
  • #1557: Fix false positives for Rails/Presence with comparison and assignment operators. ([@​davidenglishmusic][])
  • #1558: This PR fixes incorrect autocorrect for Rails/RedirectBackOrTo when additional options as double splat are used. ([@​koic][])
  • #1561: Fix incorrect autocorrect for Rails/RedirectBackOrTo when fallback_location argument is a hash and the call has no argument parentheses. ([@​koic][])

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

2.33.4 (2025-09-27)

Bug fixes

  • #1530: Fix an incorrect autocorrect for Rails/FindByOrAssignmentMemoization when using endless method definition. ([@​koic][])
  • #1522: Fix an error for Rails/FindBy when where takes a block. ([@​earlopain][])

... (truncated)

Commits
  • 31e5404 Cut 2.34.3
  • ef1a374 Update Changelog
  • ab178ab Bump license years to 2026
  • 6415859 Merge pull request #1575 from ydakuka/fix-typos-and-improve-naming-inclusive-...
  • 54fcb88 Fix typos and improve Naming/InclusiveLanguage configuration
  • 2923a13 CI against Ruby 4.0
  • 9447337 Use RuboCop RSpec 3.8.0 for development
  • 3e89a64 Reset the docs version
  • 4df528f Merge pull request #1573 from koic/fix_an_error_for_rails_select_map
  • 15c4c74 Fix an error for Rails/SelectMap
  • Additional commits viewable in compare view

Updates rubocop-rspec from 3.7.0 to 3.9.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.9.0

  • Fix a false positive for RSpec/LeakyLocalVariable when variables are used only in example metadata (e.g., skip messages). (@​ydah)
  • Fix a false positive for RSpec/ScatteredSetup when the hook is defined inside a class method. (@​d4rky-pl)
  • Fix a false positive for RSpec/DescribedClass inside dynamically evaluated blocks (class_eval, module_eval, instance_eval, class_exec, module_exec, instance_exec). (@​sucicfilip)
  • Add new cop RSpec/Output. (@​kevinrobell-st)

RuboCop RSpec v3.8.0

  • Add new cop RSpec/LeakyLocalVariable. (@​lovro-bikic)
  • Bump RuboCop requirement to +1.81. (@​ydah)
  • Fix a false positive for RSpec/LetSetup when let! used in outer scope. (@​ydah)
  • Fix a false positive for RSpec/ReceiveNever cop when allow(...).to receive(...).never. (@​ydah)
  • Fix detection of nameless doubles with methods in RSpec/VerifiedDoubles. (@​ushi-as)
  • Improve an offense message for RSpec/RepeatedExample cop. (@​ydah)
  • Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when configured. (@​corsonknowles, @​bquorning)
Changelog

Sourced from rubocop-rspec's changelog.

3.9.0 (2026-01-07)

  • Fix a false positive for RSpec/LeakyLocalVariable when variables are used only in example metadata (e.g., skip messages). ([@​ydah])
  • Fix a false positive for RSpec/ScatteredSetup when the hook is defined inside a class method. ([@​d4rky-pl])
  • Fix a false positive for RSpec/DescribedClass inside dynamically evaluated blocks (class_eval, module_eval, instance_eval, class_exec, module_exec, instance_exec). ([@​sucicfilip])
  • Add new cop RSpec/Output. ([@​kevinrobell-st])

3.8.0 (2025-11-12)

  • Add new cop RSpec/LeakyLocalVariable. ([@​lovro-bikic])
  • Bump RuboCop requirement to +1.81. ([@​ydah])
  • Fix a false positive for RSpec/LetSetup when let! used in outer scope. ([@​ydah])
  • Fix a false positive for RSpec/ReceiveNever cop when allow(...).to receive(...).never. ([@​ydah])
  • Fix detection of nameless doubles with methods in RSpec/VerifiedDoubles. ([@​ushi-as])
  • Improve an offense message for RSpec/RepeatedExample cop. ([@​ydah])
  • Let RSpec/SpecFilePathFormat leverage ActiveSupport inflections when configured. ([@​corsonknowles], [@​bquorning])
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 18, 2026
@dependabot dependabot bot force-pushed the dependabot/bundler/gems-461ed5a37b branch from 92569f9 to f6097a5 Compare February 20, 2026 01:33
Bumps the gems group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mail](https://github.com/mikel/mail) | `2.8.1` | `2.9.0` |
| [debug](https://github.com/ruby/debug) | `1.11.0` | `1.11.1` |
| [json-schema](https://github.com/voxpupuli/json-schema) | `6.0.0` | `6.1.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `8.0.2` | `8.0.3` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `7.1.0` | `8.0.2` |
| [bundler-audit](https://github.com/rubysec/bundler-audit) | `0.9.2` | `0.9.3` |
| [hotwire-livereload](https://github.com/kirillplatonov/hotwire-livereload) | `2.0.0` | `2.1.1` |
| [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) | `2.27.1` | `2.28.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.33.3` | `2.34.3` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.7.0` | `3.9.0` |
| [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) | `2.31.0` | `2.32.0` |
| [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `6.1.0` | `6.3.1` |
| [rack-attack](https://github.com/rack/rack-attack) | `6.7.0` | `6.8.0` |
| [better_html](https://github.com/Shopify/better-html) | `2.1.1` | `2.2.0` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.18.6` | `1.23.0` |
| [cloudflare-rails](https://github.com/modosc/cloudflare-rails) | `6.2.0` | `7.0.0` |
| [data_migrate](https://github.com/ajvargo/data-migrate) | `11.3.0` | `11.3.1` |
| [importmap-rails](https://github.com/rails/importmap-rails) | `2.2.2` | `2.2.3` |
| [propshaft](https://github.com/rails/propshaft) | `1.2.1` | `1.3.1` |
| [puma](https://github.com/puma/puma) | `7.0.1` | `7.2.0` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `4.3.0` | `4.4.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.16` | `2.0.23` |



Updates `mail` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/mikel/mail/releases)
- [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc)
- [Commits](mikel/mail@2.8.1...2.9.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 `json-schema` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/voxpupuli/json-schema/releases)
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v6.0.0...v6.1.0)

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 `brakeman` from 7.1.0 to 8.0.2
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v7.1.0...v8.0.2)

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 `hotwire-livereload` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/kirillplatonov/hotwire-livereload/releases)
- [Commits](kirillplatonov/hotwire-livereload@v2.0.0...v2.1.1)

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 `rubocop-rails` from 2.33.3 to 2.34.3
- [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.3...v2.34.3)

Updates `rubocop-rspec` from 3.7.0 to 3.9.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.7.0...v3.9.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 `standard` from 1.50.0 to 1.54.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.50.0...v1.54.0)

Updates `honeybadger` from 6.1.0 to 6.3.1
- [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.1.0...v6.3.1)

Updates `rack-attack` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/rack/rack-attack/releases)
- [Changelog](https://github.com/rack/rack-attack/blob/main/CHANGELOG.md)
- [Commits](rack/rack-attack@v6.7.0...v6.8.0)

Updates `better_html` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/Shopify/better-html/releases)
- [Commits](Shopify/better-html@v2.1.1...v2.2.0)

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

Updates `cloudflare-rails` from 6.2.0 to 7.0.0
- [Changelog](https://github.com/modosc/cloudflare-rails/blob/main/CHANGELOG.md)
- [Commits](modosc/cloudflare-rails@v6.2.0...v7.0.0)

Updates `data_migrate` from 11.3.0 to 11.3.1
- [Release notes](https://github.com/ajvargo/data-migrate/releases)
- [Changelog](https://github.com/ilyakatz/data-migrate/blob/main/Changelog.md)
- [Commits](ilyakatz/data-migrate@11.3.0...11.3.1)

Updates `importmap-rails` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](rails/importmap-rails@v2.2.2...v2.2.3)

Updates `propshaft` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/rails/propshaft/releases)
- [Commits](rails/propshaft@v1.2.1...v1.3.1)

Updates `puma` from 7.0.1 to 7.2.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v7.0.1...v7.2.0)

Updates `tailwindcss-rails` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v4.3.0...v4.4.0)

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

---
updated-dependencies:
- dependency-name: mail
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: debug
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: json-schema
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rspec-rails
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: brakeman
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gems
- dependency-name: bundler-audit
  dependency-version: 0.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: hotwire-livereload
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rubocop-factory_bot
  dependency-version: 2.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rubocop-rails
  dependency-version: 2.34.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rubocop-rspec
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rubocop-rspec_rails
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: standard
  dependency-version: 1.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: honeybadger
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: rack-attack
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: better_html
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: bootsnap
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: cloudflare-rails
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gems
- dependency-name: data_migrate
  dependency-version: 11.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: importmap-rails
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: propshaft
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: puma
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: tailwindcss-rails
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gems
- dependency-name: turbo-rails
  dependency-version: 2.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/gems-461ed5a37b branch from f6097a5 to ff711cb Compare February 27, 2026 01:19
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