Skip to content

Bump ruby/setup-ruby from 1.133.0 to 1.133.2#10

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/ruby/setup-ruby-1.133.2
Closed

Bump ruby/setup-ruby from 1.133.0 to 1.133.2#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/ruby/setup-ruby-1.133.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 20, 2023

Copy link
Copy Markdown

Bumps ruby/setup-ruby from 1.133.0 to 1.133.2.

Release notes

Sourced from ruby/setup-ruby's releases.

Revert problematic change which sets BUNDLER_VERSION globally

Small fixes for Bundler logic

Commits
  • 93287a1 Revert "Export BUNDLER_VERSION after installing Bundler"
  • 3190662 Export BUNDLER_VERSION after installing Bundler
  • eb7f94f Consider Bundler pre and rc versions valid, just exclude .dev
  • ad718fa Break long line in workflow
  • 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 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 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 1.133.0 to 1.133.2.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@09c1021...93287a1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 1, 2023

Copy link
Copy Markdown
Author

Superseded by #13.

@dependabot dependabot Bot closed this Feb 1, 2023
@dependabot dependabot Bot deleted the dependabot/github_actions/ruby/setup-ruby-1.133.2 branch February 1, 2023 14:02
shugo pushed a commit that referenced this pull request May 14, 2026
Move compilation steps from the heaviest jobs to the lightest to reduce
the critical path of the Compilations workflow.

Before: jobs ranged from 13-41 min (compile#12 had 4 steps, compile#3
had 10 clang versions).

After: jobs range from 7-9 steps each (excluding compile#1 which has
the LTO build), bringing the estimated critical path from ~41 min to
~30 min.

Moves:
- clang 23, 22, 21 from #3 to #12 and #10
- GCC 8, 7 from #2 to #12
- `OPT_THREADED_CODE=1`, `OPT_THREADED_CODE=2` from #7 to #10
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