Skip to content

Conversation

@dependabot
Copy link

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

Bumps the rails_70 group with 14 updates in the /gemfiles/rails_70 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.0.8.7 7.0.10
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
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.0.8.7 to 7.0.10

Release notes

Sourced from rails's releases.

7.0.10

See https://github.com/rails/rails/releases/tag/v7.0.9 for information about this release.

7.0.9

Active Support

  • Fix ActiveSupport::Notifications.publish_event to preserve units.

    This solves the incorrect reporting of time spent running Active Record asynchronous queries (by a factor 1000).

    Jean Boussier

  • Fix ActiveSupport::Deprecation to handle blaming generated code

    Jean Boussier, fatkodima

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Add bigdecimal as Active Support dependency that is a bundled gem candidate for Ruby 3.4.

    bigdecimal 3.1.4 or higher version will be installed. Ruby 2.7 and 3.0 users who want bigdecimal version 2.0.0 or 3.0.0 behavior as a default gem, pin the bigdecimal version in your application Gemfile.

    Koichi ITO

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Add drb, mutex_m and base64 that are bundled gem candidates for Ruby 3.4

    Yasuo Honda

  • Fix delete_matched for file cache store to work with keys longer than the max filename size.

    fatkodima and Jonathan Hefner

  • Fix MemoryStore to prevent race conditions when incrementing or decrementing.

    Pierre Jambet

  • Fix MemoryStore to preserve entries TTL when incrementing or decrementing

    This is to be more consistent with how MemCachedStore and RedisCacheStore behaves.

... (truncated)

Commits
  • f4321f7 Preparing for 7.0.10 release
  • 4c6876c Use NPM trusted publishing for our NPM packages
  • 1a5613e Preparing for 7.0.9 release
  • 78f8e91 Fix test for Ruby 3.0 and Firefox options
  • 0a8898b Upgrade sigstore gem to 0.2.2
  • 727ba59 Sync changelog
  • cee4950 Merge pull request #55747 from skipkayhil/hm-kwzpqqkssmwtsunu
  • 245dd03 Merge pull request #50724 from aeroastro/feature/fix-minitest-dependency
  • 6c51e4c Merge pull request #54164 from zzak/asto-test-mini_magick-deprecation-warning
  • 3e8c6da Merge pull request #55812 from yahonda/bump-microsoftedge-version-to-latest
  • 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 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)
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 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)
Commits

...

Description has been truncated

Bumps the rails_70 group with 14 updates in the /gemfiles/rails_70 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.0.8.7` | `7.0.10` |
| [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` |
| [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.0.8.7 to 7.0.10
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8.7...v7.0.10)

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 `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.0.8.7 to 7.0.10
- [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.0.8.7...v7.0.10)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: pundit
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: draper
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: rails
  dependency-version: 7.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: importmap-rails
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: cuprite
  dependency-version: '0.17'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: webrick
  dependency-version: 1.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: simplecov-cobertura
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_70
- dependency-name: cucumber-rails
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_70
- dependency-name: cucumber
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_70
- dependency-name: cucumber
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_70
- dependency-name: database_cleaner-active_record
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: i18n-tasks
  dependency-version: 1.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: arbre
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: csv
  dependency-version: 3.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: railties
  dependency-version: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70
...

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