Skip to content

Conversation

@dependabot
Copy link

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

Bumps the rails_71 group with 16 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
rails 7.1.5.1 7.1.6
ransack 4.3.0 4.4.0
importmap-rails 2.1.0 2.2.2
cuprite 0.15.1 0.17
webrick 1.9.1 1.9.2
simplecov-cobertura 2.1.0 3.1.0
cucumber-rails 3.1.1 4.0.0
cucumber 9.2.1 10.1.1
database_cleaner-active_record 2.2.0 2.2.2
sqlite3 2.6.0 2.8.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 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.2

Release notes

Sourced from importmap-rails's releases.

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
  • dcdb5fe Bump version for 2.2.2
  • 40d0dc5 Fix update command adding extra new lines
  • b51f709 Merge pull request #312 from rails/rm-opt-in-integrity
  • 41339ab Make integrity calculation opt-in
  • ae67187 Merge pull request #310 from rails/rm-update-keep-options
  • 5e25781 Keep options when updating packages in importmap
  • a151881 Fix character group for package target
  • 56f84e7 Fix the scan when the pinned package has a version and has options after it
  • af71ded Use each_with_object
  • b5f5271 Extract common regexp to constants and methods
  • 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 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 2.1.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

v3.0.0

What's Changed

New Contributors

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

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

Release notes

Sourced from cucumber's releases.

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)
  • Removed support for Ruby 2.7 and 3.0 (Minimum ruby is now 3.1) (luke-hill)
  • Unindentation support for snippet generator / tests (Heredocs are much better now) (luke-hill)
Changelog

Sourced from cucumber's changelog.

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

Bumps the rails_71 group with 16 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` |
| [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.2` |
| [cuprite](https://github.com/rubycdp/cuprite) | `0.15.1` | `0.17` |
| [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` |
| [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.1.1` |
| [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.8.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 `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.2
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](rails/importmap-rails@v2.1.0...v2.2.2)

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.1.1
- [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.1.1)

Updates `cucumber` from 9.2.1 to 10.1.1
- [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.1.1)

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.8.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.8.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.1/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: 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.2
  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.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_71
- dependency-name: cucumber
  dependency-version: 10.1.1
  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.8.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 Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants