cucumber / cucumber-rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
https://github.com/cucumber/cucumber-rails
MIT License
1.03k stars 327 forks source link

chore(deps): update dependency ubuntu to v22 - autoclosed #561

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ubuntu github-runner major 20.04 -> 22.04

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

luke-hill commented 1 year ago

Broken because of https://github.com/ruby/setup-ruby/issues/518.

We can "patch" this at our end but I'd prefer not to (As it won't be easy).

EDIT: It's not broken by the setup task, it's broken by rubygems / bundler. Updating that first is required.