Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/setup-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.266.0
Choose a base ref
...
head repository: ruby/setup-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 11 files changed
  • 6 contributors

Commits on Oct 27, 2025

  1. Scale bundler install jobs with CPU count up to 8

    The number of jobs should scale with the runner CPU count, up to a
    point. The bottleneck becomes network / disk I/O at very large numbers,
    and 8 seems like a reasonable maximum based on my experience at this
    time.
    thomasbreland authored and eregon committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    a96ff53 View commit details
    Browse the repository at this point in the history
  2. Use os.availableParallelism() instead of os.cpus().length

    * As https://nodejs.org/api/os.html#oscpus says:
      os.cpus().length should not be used to calculate the amount of parallelism available to an application. Use os.availableParallelism() for this purpose.
    eregon committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    274049f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5126b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Add ruby-4.0.0-preview2

    ruby-builder-bot authored and eregon committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    09e84e3 View commit details
    Browse the repository at this point in the history
  2. Test Ruby 4.0 previews

    eregon committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    8aeb6ff View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Account for Bundler 4

    * Fixes #827
    eregon committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    d697be2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and eregon committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    30a6546 View commit details
    Browse the repository at this point in the history
  2. macos-13 is gone

    eregon committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5f8a775 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. When setting $JAVA_HOME also add $JAVA_HOME/bin to PATH

    * See discussion in rake-compiler/rake-compiler#247
      it is messy if that's not the case and also creates inconsistencies
      based on which Java tool/executable is used.
    eregon committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    ac793fd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Add ruby-3.4.8

    ruby-builder-bot authored and eregon committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f8d7259 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Add ruby-4.0.0-preview3

    ruby-builder-bot authored and eregon committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    211ffaa View commit details
    Browse the repository at this point in the history
  2. Update CRuby releases on Windows

    ruby-builder-bot authored and eregon committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a25f1e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed55d55 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Skip saving cache for merge_group event

    ntkme authored and eregon committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    d354de1 View commit details
    Browse the repository at this point in the history
Loading