Skip to content

Comments

Bump the rails_71 group across 1 directory with 17 updates#141

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

Bump the rails_71 group across 1 directory with 17 updates#141
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/gemfiles/rails_71/rails_71-53f07344eb

Conversation

@dependabot
Copy link

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

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

Package From To
rake 13.3.0 13.3.1
pundit 2.5.0 2.5.2
draper 4.0.4 4.0.6
devise 4.9.4 5.0.0
rails 7.1.5.1 7.1.6
ransack 4.3.0 4.4.0
importmap-rails 2.1.0 2.2.3
webrick 1.9.1 1.9.2
simplecov-cobertura 3.0.0 3.1.0
cucumber-rails 3.1.1 4.0.0
cucumber 9.2.1 10.2.0
database_cleaner-active_record 2.2.1 2.2.2
parallel_tests 5.3.0 5.5.0
sqlite3 2.7.3 2.9.0
i18n-tasks 1.0.15 1.1.2
arbre 2.2.0 2.2.1

Updates rake from 13.3.0 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.0

Release notes

Sourced from devise's releases.

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.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

    • Password length validator is changed from

      validates_length_of :password, within: password_length, allow_blank: true`
      

      to

      validates_length_of :password, minimum: proc { password_length.min }, maximum: proc { password_length.max }, allow_blank: true
      

... (truncated)

Commits
  • c51da69 Release v5, no changes since RC
  • e9c534d Fix "Test is missing assertions" warnings
  • 731074b Stop updating copyright every year [ci skip]
  • 35920d2 Exclude Rails main + Ruby 3.2
  • 00a9778 Release v5.0.0.rc
  • 119a40f Fix gemspec and readme, Devise v5 will support Rails >= 7, not 6
  • 1096b60 Remove deprecated Devise.activerecord51? method
  • fc46631 Ensure auth keys at the start of the i18n msg are properly cased
  • 356b094 Downcase authentication keys and humanize error message (#4834)
  • 9a149ff Return 401 for sessions#destroy action with no user signed in (#4878)
  • 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 nilorTypeError: 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 nilorTypeError: 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 importmap-rails from 2.1.0 to 2.2.3

Release notes

Sourced from importmap-rails's releases.

v2.2.3

What's Changed

Full Changelog: rails/importmap-rails@v2.2.2...v2.2.3

v2.2.2

What's Changed

Full Changelog: rails/importmap-rails@v2.2.1...v2.2.2

v2.2.1

What's Changed

Integrity is now generated by default using the assets pipeline if it is properly configured. pin and update commands don't download the integrity from the npm repository anymore.

Full Changelog: rails/importmap-rails@v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: rails/importmap-rails@v2.1.0...v2.2.0

Commits
  • 6fb2bd5 Prepare for 2.2.3
  • 682e058 Merge pull request #322 from rails/rmf-fix-321
  • a04dd30 Handle package names with nested paths in import maps
  • 9b0a9e0 Merge pull request #323 from rails/rmf-test-ruby-4
  • e37bea6 Test with Ruby 4.0 and Rails 8.1
  • 51c1a53 Merge pull request #313 from rails/rm-fix-282
  • 3e94dfa Add some copilot prompts for this project
  • 7ffedcb Fix pin_all_from incorrectly removing "js" substring from filenames
  • dcdb5fe Bump version for 2.2.2
  • 40d0dc5 Fix update command adding extra new lines
  • Additional commits viewable in compare view

Updates webrick from 1.9.1 to 1.9.2

Release notes

Sourced from webrick's releases.

v1.9.2

What's Changed

New Contributors

Full Changelog: ruby/webrick@v1.9.1...v1.9.2

Commits
  • b1684ce v1.9.2
  • 8f979b8 Add GitHub release.yml to exclude dependencies label from changelog
  • 72744d8 Bump ruby/setup-ruby action from v1.190.0 to v1.268.0
  • b0398af Merge pull request #158 from jackorp/fix_test
  • 6456725 Merge pull request #180 from ruby/dependabot/github_actions/actions/checkout-6
  • b62f8d8 Bump actions/checkout from 5 to 6
  • 9a59373 Merge pull request #181 from osyoyu/no-nread
  • daf314a Remove usage of IO#nread
  • 5584117 Merge pull request #178 from ruby/dependabot/github_actions/step-security/har...
  • b761de1 Bump step-security/harden-runner from 2.13.1 to 2.13.2
  • Additional commits viewable in compare view

Updates simplecov-cobertura from 3.0.0 to 3.1.0

Release notes

Sourced from simplecov-cobertura's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: jessebs/simplecov-cobertura@v3.0.0...v3.1.0

Commits
  • 43b010a 3.1.0 release
  • c15e846 Fix failing tests with rexml 3.4.2 (#44)
  • 1e4c022 Increase precision to match what's provided by Simplecov results (#42)
  • 4f45fbd Bump version to 3.0.1-dev for development
  • See full diff in compare view

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

Release notes

Sourced from cucumber's releases.

v10.2.0

Changed

  • Permit the latest version of the cucumber-html-formatter (v22.0.0+)
  • Permit cucumber-expressions up to v19

v10.1.1

Changed

  • Internal refactors to CCK testing code to better check that the message formatter responses are as expected
  • Simplify #attach by better checking the different use cases (base64 vs file path)

Fixed

  • Prevent messages (And any consuming formatters), from not handling unknown (base64), media types (#1796 luke-hill)

v10.1.0

Changed

  • Updated cucumber-compatibility-kit to v20
  • Optimised compatibility tests (That use the CCK), so that tests run slightly more optimal (Creating less empty arrays)

Fixed

  • Fixed an issue where the html-formatter wasn't respecting the new structure for StackTrace cucumber messages (#1790 luke-hill)

v10.0.0

Changed

  • Added dependencies that will no longer be part of the ruby stdlib (jeromeag)
  • NB: This change has also facilitated a tweak to some output messages to include new fields such as testRunStartedId for full changes and expectations of what will be new check the messages (luke-hill)
  • Updated cucumber-compatibility-kit to v18
  • Changed compatibility testing to fully lean on external assets instead of duplicating them (luke-hill)
  • Permit usage of latest versions of all cucumber internal gems
  • The auto-generation of all placeholder pending steps has been refactored (There should be no visible changes but the code is now refactored to work using newer ruby standards)
  • The #text? method for checking Differences in multi-line text is now deprecated (Users should lean on an appropriate testing library for this)
  • Cucumber.use_legacy_autoloader that was intended as a stop-gap for v4/v5 is now deprecated (People that need to rely on procedural loading / reloading of files should use method invocations) (luke-hill)
  • The backtrace filtering logic has been changed (There should be no visible changes but the code is now refactored to use newer, less procedural ruby)

Fixed

  • Fixed an issue where a change to one example in compatibility testing wasn't fully adhered to (luke-hill)
  • Fixed Ruby 3.4+ issue where error backtraces weren't being formatted. (#1771 orien)
  • Fix some problematic specs that were leaking state and showcasing an issue on JRuby (#1783 luke-hill)

Removed

  • StepDefinitionLight associated methods. The class itself is present but deprecated
  • Webrick Proc handling aliases that were long redundant
  • Associated legacy scripts for updating dependencies that are no longer used
  • Tag Expressions using legacy syntax that were handled / sanitized are no longer done so (This applies to both regular usage and internal testing)

... (truncated)

Changelog

Sourced from cucumber's changelog.

[10.2.0] - 2025-12-10

Changed

  • Permit the latest version of the cucumber-html-formatter (v22.0.0+)
  • Permit cucumber-expressions up to v19

[10.1.1] - 2025-10-08

Changed

  • Internal refactors to CCK testing code to better check that the message formatter responses are as expected
  • Simplify #attach by better checking the different use cases (base64 vs file path)

Fixed

  • Prevent messages (And any consuming formatters), from not handling unknown (base64), media types (#1796 luke-hill)

[10.1.0] - 2025-08-20

Changed

  • Updated cucumber-compatibility-kit to v20
  • Optimised compatibility tests (That use the CCK), so that tests run slightly more optimal (Creating less empty arrays)

Fixed

  • Fixed an issue where the html-formatter wasn't respecting the new structure for StackTrace cucumber messages (#1790 luke-hill)

[10.0.0] - 2025-06-11

Changed

  • Added dependencies that will no longer be part of the ruby stdlib (jeromeag)
  • NB: This change has also facilitated a tweak to some output messages to include new fields such as testRunStartedId for full changes and expectations of what will be new check the messages (luke-hill)
  • Updated cucumber-compatibility-kit to v18
  • Changed compatibility testing to fully lean on external assets instead of duplicating them (luke-hillDescription has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.3.0` | `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.0` |
| [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` |
| [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) | `3.0.0` | `3.1.0` |
| [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` |
| [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) | `2.2.1` | `2.2.2` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `5.3.0` | `5.5.0` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.7.3` | `2.9.0` |
| [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` |



Updates `rake` from 13.3.0 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.3.0...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.0
- [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.0)

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 `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 `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 3.0.0 to 3.1.0
- [Release notes](https://github.com/jessebs/simplecov-cobertura/releases)
- [Commits](jessebs/simplecov-cobertura@v3.0.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.1 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.1...v2.2.2)

Updates `parallel_tests` from 5.3.0 to 5.5.0
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v5.3.0...v5.5.0)

Updates `sqlite3` from 2.7.3 to 2.9.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.3...v2.9.0)

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 `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-patch
  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.0
  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: importmap-rails
  dependency-version: 2.2.3
  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-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: 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: parallel_tests
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_71
- dependency-name: sqlite3
  dependency-version: 2.9.0
  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: 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 Feb 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