Skip to content

[ruby] Update cucumber-rails 4.0.0 → 4.0.1 (patch)#5618

Open
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/cucumber-rails-4.0.1
Open

[ruby] Update cucumber-rails 4.0.0 → 4.0.1 (patch)#5618
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/cucumber-rails-4.0.1

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Mar 17, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ cucumber-rails (4.0.0 → 4.0.1) · Repo · Changelog

Release Notes

4.0.1

Removed

  • Stop printing a warning about config.cache_classes being set to false

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:

↗️ addressable (indirect, 2.8.7 → 2.8.9) · Repo · Changelog

Release Notes

2.8.9 (from changelog)

  • Reduce gem size by excluding test files (#569)
  • No need for bundler as development dependency (#571, 5fc1d93)
  • idna/pure: stop building the useless COMPOSITION_TABLE (removes the Addressable::IDNA::COMPOSITION_TABLE constant) (#564)

2.8.8 (from changelog)

  • Replace the unicode.data blob by a ruby constant (#561)
  • Allow public_suffix 7 (#558)

Does any of this look wrong? Please let us know.

↗️ cucumber (indirect, 10.1.0 → 10.2.0) · Repo · Changelog

Release Notes

10.2.0

Changed

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

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:

↗️ cucumber-ci-environment (indirect, 10.0.1 → 11.0.0) · Repo · Changelog

Release Notes

11.0.0

Changed

  • [Python] Reuse the action cucumber/action-publish-pypi in release (#246)
  • [Ruby] Minimum ruby version is now 3.2 (#295)
  • [Ruby] Suite is now almost fully rubocop compliant (#266)
  • [JavaScript] BREAKING CHANGE: Remove support for Node.js 16, add support for 22 (#261)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-core (indirect, 15.2.1 → 16.2.0) · Repo · Changelog

Release Notes

16.2.0

Changed

  • Added the test result type 'ambiguous'
    (#311)

16.1.1

Fixed

  • Added a fix that prevented the Duration class from not being able to calculate duration correctly

16.0.0

Changed

  • Bumped the lower bounds of messages to v28, gherkin to v33 and tag-expressions to v6

Removed

  • Remove support for ruby 3.1 and below. 3.2 or higher is required now

15.4.0

Changed

  • Permit usage of gherkin up to v39, messages up to v32

15.3.0

Changed

  • Permit usage of gherkin up to v34, tag-expressions up to v8

Fixed

  • Further fix situations in which multiple extraneous arguments could be passed from a proc to Location#new
    (discarding these arguments)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ cucumber-cucumber-expressions (indirect, 18.0.1 → 19.0.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-gherkin (indirect, 32.2.0 → 39.0.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-html-formatter (indirect, 21.14.0 → 22.3.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-messages (indirect, 27.2.0 → 32.2.0) · Repo · Changelog

Release Notes

32.2.0

Added

  • [JavaScript] Add export path for bundled schema (#383)

32.1.0

Added

  • Generated bundled JSON schema (#382)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-tag-expressions (indirect, 6.1.2 → 8.1.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ loofah (indirect, 2.25.0 → 2.25.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 4 commits:

↗️ public_suffix (indirect, 6.0.2 → 7.0.5) · Repo · Changelog

Release Notes

7.0.5 (from changelog)

Fixed

  • Fix release crash caused by unconditional rubocop/yard requires in Rakefile.

7.0.2 (from changelog)

Changed

  • Excluded symlinks and unnecessary files from gem packaging. On Windows symlinks cannot be created without Administrator privileges or with developer mode enabled #496.

7.0.1 (from changelog)

Changed

  • Updated definitions.

7.0.0 (from changelog)

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ sys-uname (indirect, 1.4.1 → 1.5.1) · Repo · Changelog

Release Notes

1.5.0 (from changelog)

  • The win32ole gem is now a dependency for Windows since it's no longer bundled with Ruby 4.x.

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the dependencies Pull requests that update a dependency file label Mar 17, 2026
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.20%. Comparing base (f1c75a6) to head (49cd7b3).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5618      +/-   ##
===========================================
- Coverage    87.21%   87.20%   -0.02%     
===========================================
  Files         1460     1460              
  Lines        32996    32996              
  Branches      3470     3470              
===========================================
- Hits         28778    28774       -4     
- Misses        4197     4201       +4     
  Partials        21       21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants