Skip to content

Bump ruby/setup-ruby from 1.306.0 to 1.307.0#2621

Merged
KaanOzkan merged 2 commits into
mainfrom
dependabot/github_actions/ruby/setup-ruby-1.307.0
May 13, 2026
Merged

Bump ruby/setup-ruby from 1.306.0 to 1.307.0#2621
KaanOzkan merged 2 commits into
mainfrom
dependabot/github_actions/ruby/setup-ruby-1.307.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps ruby/setup-ruby from 1.306.0 to 1.307.0.

Release notes

Sourced from ruby/setup-ruby's releases.

v1.307.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.306.0...v1.307.0

Commits
  • 6aaa311 Add ruby-4.0.4
  • f02c009 Fix docs.github.com URLs to avoid 301 redirects
  • 98bfeb1 Remove EOL Ruby versions from matrix example in README
  • 59a7680 Update Ruby version examples in README to include 4.0
  • 6459287 Replace outdated help.github.com URLs with docs.github.com
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file gh-actions labels May 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 12, 2026 03:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file gh-actions labels May 12, 2026
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.306.0 to 1.307.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@c4e5b13...6aaa311)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.307.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@KaanOzkan KaanOzkan force-pushed the dependabot/github_actions/ruby/setup-ruby-1.307.0 branch from 1c0681b to a814c87 Compare May 13, 2026 15:24
`ruby/setup-ruby` `1.307.0` refuses to downgrade RubyGems when the
requested version is older than the runner's default. Ruby 4.0 ships
with RubyGems `4.0.10`, so pinning the matrix at `4.0.9` was silently
skipped, leaving the system bundler at `4.0.10` while `Gemfile.lock`'s
`BUNDLED WITH 4.0.9` caused bundler `4.0.9` to be installed only into
`./vendor/bundle`. Test subprocesses then failed to activate bundler
`4.0.9` from the system gem path.

Bumps both the matrix `rubygems` value and `BUNDLED WITH` to `4.0.10`.
@KaanOzkan KaanOzkan merged commit dbcf83d into main May 13, 2026
19 checks passed
@KaanOzkan KaanOzkan deleted the dependabot/github_actions/ruby/setup-ruby-1.307.0 branch May 13, 2026 16:51
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 gh-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant