Skip to content

Bump the rails_71 group across 1 directory with 20 updates#448

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/gemfiles/rails_71/rails_71-e7ea531e8b
Open

Bump the rails_71 group across 1 directory with 20 updates#448
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/gemfiles/rails_71/rails_71-e7ea531e8b

Conversation

@dependabot
Copy link

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

Bumps the rails_71 group with 19 updates in the /gemfiles/rails_71 directory:

Package From To
rake 13.2.1 13.3.1
pundit 2.5.0 2.5.2
draper 4.0.4 4.0.6
devise 4.9.4 5.0.2
rails 7.1.5.1 7.1.6
ransack 4.3.0 4.4.0
formtastic 5.0.0 6.0.0
rails 7.1.6 8.1.2
cuprite 0.15.1 0.17
cucumber-rails 3.1.1 4.0.0
cucumber 9.2.1 10.2.0
rails-i18n 7.0.10 8.1.0
importmap-rails 2.1.0 2.2.3
webrick 1.9.1 1.9.2
simplecov-cobertura 2.1.0 3.1.0
database_cleaner-active_record 2.2.0 2.2.2
sqlite3 2.6.0 2.9.1
i18n-tasks 1.0.15 1.1.2
arbre 2.2.0 2.2.1
csv 3.3.4 3.3.5

Updates rake from 13.2.1 to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates pundit from 2.5.0 to 2.5.2

Changelog

Sourced from pundit's changelog.

2.5.2 (2025-09-24)

Fixed

  • Added config/rubocop-rspec.yml back from accidentally being excluded #866

2.5.1 (2025-09-12)

Fixed

  • Requiring only pundit/rspec no longer raises an error in Active Support #857
Commits
  • 2d665d6 Merge pull request #867 from varvet/kbs/release-v2.5.2
  • 7ff48a8 Bump to v2.5.2
  • 674abac Merge pull request #866 from varvet/kbs/add-rubocop-back
  • 923eebf Point changelog to PR
  • 4766850 Add rubocop config file back to gem release files
  • 27a840b Merge pull request #863 from varvet/kbs/fix-build-pipeline
  • 381b202 +3.4 -3.1 (EOL)
  • 4bb6a67 Merge pull request #862 from varvet/kbs/fix-build-pipeline
  • 6ceca0d Attempt code quality upload to qlty.sh instead
  • 82d918a Bump to v2.5.1
  • Additional commits viewable in compare view

Updates draper from 4.0.4 to 4.0.6

Release notes

Sourced from draper's releases.

v4.0.6

What's Changed

Full Changelog: drapergem/draper@v4.0.5...v4.0.6

v4.0.5

What's Changed

New Contributors

Full Changelog: drapergem/draper@v4.0.2...v4.0.5

Changelog

Sourced from draper's changelog.

4.0.6 - 2025-11-15

Fixes

  • Revert breaking change from v4.0.5

4.0.5 - 2025-11-12

Fixes

  • Remove unused files from package #945
  • Support Rails 8.1 #949
Commits
  • e8421b7 Merge pull request #953 from drapergem/release-4.0.6
  • 4c3a88f Release v4.0.6
  • 726ac7b Revert "Reverted class spoofing"
  • 0fc2821 Merge pull request #956 from y-yagi/exclude_ruby32_with_rails81
  • 472e7d9 Temporarily exclude Ruby 3.2 with Rails 8.1
  • d1b17cc Merge pull request #954 from y-yagi/set-timeout-minutes
  • ee1958b Set timeout for GitHub Action Job
  • f7a249f Merge pull request #950 from y-yagi/cut_newversion
  • 184f9bb Update CHANGELOG.md
  • d43537f Use new release of rspec-activerecord-expectations
  • Additional commits viewable in compare view

Updates devise from 4.9.4 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

v5.0.1

https://github.com/heartcombo/devise/blob/v5.0.1/CHANGELOG.md#501---2026-02-13

v5.0.0

https://github.com/heartcombo/devise/blob/v5.0.0/CHANGELOG.md#500---2026-01-23

v5.0.0.rc

https://github.com/heartcombo/devise/blob/v5.0.0.rc/CHANGELOG.md#500rc---2025-12-31

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
    • Add sign_in_after_reset_password? check hook to passwords controller, to allow it to be customized by users. #5826

5.0.1 - 2026-02-13

  • bug fixes
    • Fix translation issue with German E-Mail on invalid authentication messages caused by previous fix for incorrect grammar #5822

5.0.0 - 2026-01-23

no changes

5.0.0.rc - 2025-12-31

  • breaking changes

    • Drop support to Ruby < 2.7

    • Drop support to Rails < 7.0

    • Remove deprecated :bypass option from sign_in helper, use bypass_sign_in instead. #5803

    • Remove deprecated devise_error_messages! helper, use render "devise/shared/error_messages", resource: resource instead. #5803

    • Remove deprecated scope second argument from sign_in(resource, :admin) controller test helper, use sign_in(resource, scope: :admin) instead. #5803

    • Remove deprecated Devise::TestHelpers, use Devise::Test::ControllerHelpers instead. #5803

    • Remove deprecated Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION #5598

    • Remove deprecated Devise.activerecord51? method.

    • Remove SecretKeyFinder and use app.secret_key_base as the default secret key for Devise.secret_key if a custom Devise.secret_key is not provided.

      This is potentially a breaking change because Devise previously used the following order to find a secret key:

      app.credentials.secret_key_base > app.secrets.secret_key_base > application.config.secret_key_base > application.secret_key_base
      

      Now, it always uses application.secret_key_base. Make sure you're using the same secret key after the upgrade; otherwise, previously generated tokens for recoverable, lockable, and confirmable will be invalid. #5645

    • Change password instructions button label on devise view from Send me reset password instructions to Send me password reset instructions #5515

    • Change <br> tags separating form elements to wrapping them in <p> tags #5494

    • Replace [data-turbo-cache=false] with [data-turbo-temporary] on devise/shared/error_messages partial. This has been deprecated by Turbo since v7.3.0 (released on Mar 1, 2023).

      If you are using an older version of Turbo and the default devise template, you'll need to copy it over to your app and change that back to [data-turbo-cache=false].

  • enhancements

    • Add Rails 8 support.

      • Routes are lazy-loaded by default in test and development environments now so Devise loads them before Devise.mappings call. #5728
    • New apps using Rack 3.1+ will be generated using config.responder.error_status = :unprocessable_content, since :unprocessable_entity has been deprecated by Rack.

      Latest versions of Rails transparently convert :unprocessable_entity -> :unprocessable_content, and Devise will use that in the failure app to avoid Rack deprecation warnings for apps that are configured with :unprocessable_entity. They can also simply change their error_status to :unprocessable_content in latest Rack versions to avoid the warning.

    • Add Ruby 3.4 and 4.0 support.

    • Reenable Mongoid test suite across all Rails 7+ versions, to ensure we continue supporting it. Changes to dirty tracking to support Mongoid 8.0+. #5568

... (truncated)

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...
  • 1054ef8 Release v5.0.1
  • 03c419e Only downcase first letter of each auth key, not the entire string (#5822)
  • dbc1bb2 Fix minitest name (#5821)
  • c51da69 Release v5, no changes since RC
  • e9c534d Fix "Test is missing assertions" warnings
  • Additional commits viewable in compare view

Updates rails from 7.1.5.1 to 7.1.6

Release notes

Sourced from rails's releases.

7.1.6

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Gracefully handle Timeout.timeout firing during connection configuration.

    Use of Timeout.timeout could result in improperly initialized database connection.

    This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nil or TypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix error handling during connection configuration.

    Active Record wasn't properly handling errors during the connection configuration phase. This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nil or TypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix prepared statements on mysql2 adapter.

    Jean Boussier

  • Fix a race condition in ActiveRecord::Base#method_missing when lazily defining attributes.

    If multiple thread were concurrently triggering attribute definition on the same model, it could result in a NoMethodError being raised.

    Jean Boussier

Action View

  • No changes.

Action Pack

... (truncated)

Commits
  • ffcbf6f Preparing for 7.1.6 release
  • 10a0f90 Upgrade sigstore gem to 0.2.2
  • 4df996b Sync changelog
  • 310c904 Merge pull request #55570 from zzak/8-0-sidekiq-issues
  • c274de0 Merge pull request #55747 from skipkayhil/hm-kwzpqqkssmwtsunu
  • 1d82970 Add the Action Cable configuration
  • 8323dd6 Merge pull request #54164 from zzak/asto-test-mini_magick-deprecation-warning
  • 4eb8085 Merge pull request #55812 from yahonda/bump-microsoftedge-version-to-latest
  • d100e46 Don't load action cable in the activestorage dummy app
  • 91fc9b2 Don't load sprockets-rails and propshaft in the same application
  • Additional commits viewable in compare view

Updates ransack from 4.3.0 to 4.4.0

Release notes

Sourced from ransack's releases.

4.4.0

What's Changed

New Contributors

Full Changelog: activerecord-hackery/ransack@v4.3.0...v4.4.0

Changelog

Sourced from ransack's changelog.

From v4.4.0, the CHANGELOG is captured in the Release info

Historical releases

Commits
  • e4693d6 Version 4.4.0
  • 9da96c3 Update release documentation
  • b3fb984 Improve RubyGems description (#1637)
  • a8a4cf7 Fix nested conditions, polymorphic associations handling (#1561)
  • 060e8cc Fix typo (#1624)
  • 6a93fa0 Sorting on globalized attributes of associations breaks when joining translat...
  • af55622 Add the helper search_form_with (#1599)
  • aa553f0 Add turbo_search_form_for helper for Turbo/Hotwire integration (#1611)
  • 2d2c0dd Revert "Issue #1472 suggested fix (#1474)" (#1619)
  • fbec0ef Revert "Fix Rails 7.2.1 compatibility by extending version bounds to cover al...
  • Additional commits viewable in compare view

Updates formtastic from 5.0.0 to 6.0.0

Release notes

Sourced from formtastic's releases.

v6.0.0

Highlights

  • Requires Rails 7.2 (previously 6.0) and Ruby 3.1 (previously 2.6) minimum, inline with Rails minimum supported versions
  • Replaces the built-in Rails Engine stylesheets method with a formtastic:stylesheets generator
  • Removes IE-specific stylesheets and support completely
  • Adds support for country_select v9
  • Adds support for PostgreSQL timestamptz column types
  • Adds support for Devise v5.0.0's password validation procs
  • Add accessibility improvements for inline errors and semantic_errors

What's changed since 6.0.0.alpha

What's changed since 5.0.0

New contributors

Full Changelog: formtastic/formtastic@5.0.0...6.0.0

v6.0.0.alpha

Highlights

  • Requires Rails 7.2 (previously 6.0) and Ruby 3.1 (previously 2.6) minimum, inline with Rails minimum supported versions
  • Adds support for country_select v9
  • Adds support for PostgreSQL timestamptz column types
  • Adds support for Devise v5.0.0's password validation procs
  • Add accessibility improvements for inline errors and semantic_errors

... (truncated)

Commits
  • 0c2060f bump to version 6.0.0
  • d224ac1 remove CHANGELOG in favor of GH releases
  • 85deda1 Merge pull request #1408 from tagliala/chore/fix-links
  • f6242cc Fix some broken link and permanent redirects
  • 2d2b72a version bump to 6.0.0.alpha
  • 63ab2ef README.md clean-up in prep for 6.0.0.alpha
  • 7ad2c19 CHANGELOG.md clean-up for 6.0.0.alpha
  • fd1b180 Merge pull request #1407 from tagliala/chore/fix-typos
  • 99425c3 Fix some typos in non-production code
  • eca423a Merge pull request #1397 from TimeTravelerFromNow/alphabetize-auto
  • Additional commits viewable in compare view

Updates rails from 7.1.6 to 8.1.2

Release notes

Sourced from rails's releases.

7.1.6

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Gracefully handle Timeout.timeout firing during connection configuration.

    Use of Timeout.timeout could result in improperly initialized database connection.

    This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nil or TypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix error handling during connection configuration.

    Active Record wasn't properly handling errors during the connection configuration phase. This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nil or TypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix prepared statements on mysql2 adapter.

    Jean Boussier

  • Fix a race condition in ActiveRecord::Base#method_missing when lazily defining attributes.

    If multiple thread were concurrently triggering attribute definition on the same model, it could result in a NoMethodError being raised.

    Jean Boussier

Action View

  • No changes.

Action Pack

... (truncated)

Commits
  • ffcbf6f Preparing for 7.1.6 release
  • 10a0f90 Upgrade sigstore gem to 0.2.2
  • 4df996b Sync changelog
  • 310c904 Merge pull request #55570 from zzak/8-0-sidekiq-issues
  • c274de0 Merge pull request #55747 from skipkayhil/hm-kwzpqqkssmwtsunu
  • 1d82970 Add the Action Cable configuration
  • 8323dd6 Merge pull request #54164 from zzak/asto-test-mini_magick-deprecation-warning
  • 4eb8085 Merge pull request #55812 from yahonda/bump-microsoftedge-version-to-latest
  • d100e46 Don't load action cable in the activestorage dummy app
  • 91fc9b2 Don't load sprockets-rails and propshaft in the same application
  • Additional commits viewable in compare view

Updates cuprite from 0.15.1 to 0.17

Release notes

Sourced from cuprite's releases.

0.17

Changed

  • :inspector option is retired

Fixed

0.16

Changed

  • wait_for_network_idle doesn't raise error, instead simply returns nil

Fixed

  • Assigning broken unicode to a node directly from JS can lead to JSON::ParserError: incomplete surrogate pair at ... error
Changelog

Sourced from cuprite's changelog.

0,17

Added

Changed

  • :inspector option is retired

Fixed

Removed

0.16 - (May 10, 2025)

Added

Changed

  • wait_for_network_idle doesn't raise error, instead simply returns nil

Fixed

  • Assigning broken unicode to a node directly from JS can lead to JSON::ParserError: incomplete surrogate pair at ... error

Removed

Commits

Updates cucumber-rails from 3.1.1 to 4.0.0

Release notes

Sourced from cucumber-rails's releases.

v4.0.0

Changed

  • In-line with minimum ruby / rails, a lot of internal non-breaking refactors have been done to remove legacy code

Removed

  • Removed support for Ruby 2.6 - 3.1 (Ruby 3.2 is now the lowest version)
  • Removed support for Rails 5.2 and 6.0 (6.1 is still supported and 7.0+ is preferred)
Changelog

Sourced from cucumber-rails's changelog.

[4.0.0] - 2025-09-01

Changed

  • In-line with minimum ruby / rails, a lot of internal non-breaking refactors have been done to remove legacy code

Removed

  • Removed support for Ruby 2.6 - 3.1 (Ruby 3.2 is now the lowest version)
  • Removed support for Rails 5.2 and 6.0 (6.1 is still supported and 7.0+ is preferred)
Commits

Updates cucumber from 9.2.1 to 10.2.0...

Description has been truncated

Bumps the rails_71 group with 19 updates in the /gemfiles/rails_71 directory:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.2.1` | `13.3.1` |
| [pundit](https://github.com/varvet/pundit) | `2.5.0` | `2.5.2` |
| [draper](https://github.com/drapergem/draper) | `4.0.4` | `4.0.6` |
| [devise](https://github.com/heartcombo/devise) | `4.9.4` | `5.0.2` |
| [rails](https://github.com/rails/rails) | `7.1.5.1` | `7.1.6` |
| [ransack](https://github.com/activerecord-hackery/ransack) | `4.3.0` | `4.4.0` |
| [formtastic](https://github.com/justinfrench/formtastic) | `5.0.0` | `6.0.0` |
| [rails](https://github.com/rails/rails) | `7.1.6` | `8.1.2` |
| [cuprite](https://github.com/rubycdp/cuprite) | `0.15.1` | `0.17` |
| [cucumber-rails](https://github.com/cucumber/cucumber-rails) | `3.1.1` | `4.0.0` |
| [cucumber](https://github.com/cucumber/cucumber-ruby) | `9.2.1` | `10.2.0` |
| [rails-i18n](https://github.com/svenfuchs/rails-i18n) | `7.0.10` | `8.1.0` |
| [importmap-rails](https://github.com/rails/importmap-rails) | `2.1.0` | `2.2.3` |
| [webrick](https://github.com/ruby/webrick) | `1.9.1` | `1.9.2` |
| [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura) | `2.1.0` | `3.1.0` |
| [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) | `2.2.0` | `2.2.2` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.6.0` | `2.9.1` |
| [i18n-tasks](https://github.com/glebm/i18n-tasks) | `1.0.15` | `1.1.2` |
| [arbre](https://github.com/activeadmin/arbre) | `2.2.0` | `2.2.1` |
| [csv](https://github.com/ruby/csv) | `3.3.4` | `3.3.5` |



Updates `rake` from 13.2.1 to 13.3.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.2.1...v13.3.1)

Updates `pundit` from 2.5.0 to 2.5.2
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](varvet/pundit@v2.5.0...v2.5.2)

Updates `draper` from 4.0.4 to 4.0.6
- [Release notes](https://github.com/drapergem/draper/releases)
- [Changelog](https://github.com/drapergem/draper/blob/master/CHANGELOG.md)
- [Commits](drapergem/draper@v4.0.4...v4.0.6)

Updates `devise` from 4.9.4 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@v4.9.4...v5.0.2)

Updates `rails` from 7.1.5.1 to 7.1.6
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.5.1...v7.1.6)

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

Updates `formtastic` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/justinfrench/formtastic/releases)
- [Changelog](https://github.com/formtastic/formtastic/blob/master/RELEASE_PROCESS)
- [Commits](formtastic/formtastic@5.0.0...v6.0.0)

Updates `rails` from 7.1.6 to 8.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.5.1...v7.1.6)

Updates `cuprite` from 0.15.1 to 0.17
- [Release notes](https://github.com/rubycdp/cuprite/releases)
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md)
- [Commits](rubycdp/cuprite@v0.15.1...v0.17)

Updates `cucumber-rails` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/cucumber/cucumber-rails/releases)
- [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-rails@v3.1.1...v4.0.0)

Updates `cucumber` from 9.2.1 to 10.2.0
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby@v9.2.1...v10.2.0)

Updates `rails-i18n` from 7.0.10 to 8.1.0
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](svenfuchs/rails-i18n@v7.0.10...v8.1.0)

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

Updates `cuprite` from 0.15.1 to 0.17
- [Release notes](https://github.com/rubycdp/cuprite/releases)
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md)
- [Commits](rubycdp/cuprite@v0.15.1...v0.17)

Updates `webrick` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.9.1...v1.9.2)

Updates `simplecov-cobertura` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/jessebs/simplecov-cobertura/releases)
- [Commits](jessebs/simplecov-cobertura@v2.1.0...v3.1.0)

Updates `cucumber-rails` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/cucumber/cucumber-rails/releases)
- [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-rails@v3.1.1...v4.0.0)

Updates `cucumber` from 9.2.1 to 10.2.0
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby@v9.2.1...v10.2.0)

Updates `database_cleaner-active_record` from 2.2.0 to 2.2.2
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md)
- [Commits](DatabaseCleaner/database_cleaner-active_record@v2.2.0...v2.2.2)

Updates `sqlite3` from 2.6.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.6.0...v2.9.1)

Updates `i18n-tasks` from 1.0.15 to 1.1.2
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](glebm/i18n-tasks@v1.0.15...v1.1.2)

Updates `arbre` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/activeadmin/arbre/releases)
- [Changelog](https://github.com/activeadmin/arbre/blob/master/CHANGELOG.md)
- [Commits](activeadmin/arbre@v2.2.0...v2.2.1)

Updates `csv` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md)
- [Commits](ruby/csv@v3.3.4...v3.3.5)

Updates `railties` from 7.1.5.1 to 7.1.6
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.5.1...v7.1.6)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: pundit
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: draper
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: devise
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: rails
  dependency-version: 7.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: ransack
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: formtastic
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: rails
  dependency-version: 8.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: cuprite
  dependency-version: '0.17'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: cucumber-rails
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: cucumber
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: rails-i18n
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: importmap-rails
  dependency-version: 2.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: cuprite
  dependency-version: '0.17'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: webrick
  dependency-version: 1.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: simplecov-cobertura
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: cucumber-rails
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: cucumber
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: database_cleaner-active_record
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: sqlite3
  dependency-version: 2.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: i18n-tasks
  dependency-version: 1.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: arbre
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: csv
  dependency-version: 3.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_71
- dependency-name: railties
  dependency-version: 7.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_71
...

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 Mar 1, 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