Skip to content

Bump ruby/setup-ruby from 757ecf59ea7938b8e5b3e51df38546c014bfef16 to 90be1154f987f4dc0fe0dd0feedac9e473aa4ba8#249

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ruby/setup-ruby-90be1154f987f4dc0fe0dd0feedac9e473aa4ba8
Closed

Bump ruby/setup-ruby from 757ecf59ea7938b8e5b3e51df38546c014bfef16 to 90be1154f987f4dc0fe0dd0feedac9e473aa4ba8#249
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ruby/setup-ruby-90be1154f987f4dc0fe0dd0feedac9e473aa4ba8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Bumps ruby/setup-ruby from 757ecf59ea7938b8e5b3e51df38546c014bfef16 to 90be1154f987f4dc0fe0dd0feedac9e473aa4ba8.

Changelog

Sourced from ruby/setup-ruby's changelog.

require 'json'

def run(command_line) puts "$ #{command_line}" output = #{command_line} puts output raise $?.inspect unless $?.success? output end

latest_release_tag = run 'gh release view --json tagName' latest_release_tag = JSON.load(latest_release_tag).fetch('tagName')

raise latest_release_tag unless latest_release_tag =~ /\Av(\d+).(\d+).(\d+)\z/ tag = "v#{$1}.#{Integer($2)+1}.0"

run "gh release create --generate-notes --latest #{tag}"

Commits
  • 90be115 Add truffleruby-33.0.1,truffleruby+graalvm-33.0.1
  • e69dcf3 Update all dependencies to latest
  • 9f55308 Convert to String earlier in generate-windows-versions.rb
  • 80740b3 Add new RubyInstaller releases 4.0.1-1 and 3.2.10-1
  • 5fcbc91 Fix compatibility to ruby-3.2
  • 708024e Add ruby-3.2.10
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 757ecf59ea7938b8e5b3e51df38546c014bfef16 to 90be1154f987f4dc0fe0dd0feedac9e473aa4ba8.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@757ecf5...90be115)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 90be1154f987f4dc0fe0dd0feedac9e473aa4ba8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 26, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 2, 2026

Superseded by #250.

@dependabot dependabot Bot closed this Feb 2, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/ruby/setup-ruby-90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 branch February 2, 2026 05:58
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants