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.246.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
  • 18 commits
  • 11 files changed
  • 8 contributors

Commits on Jul 16, 2025

  1. 1 Configuration menu
    Copy the full SHA
    a0d0824 View commit details
    Browse the repository at this point in the history
  2. Don't use --force flag on Windows

    It was originally added by #253,
    in order to fix CI. However, now CI passes without it so I assume this
    was fixed by rubyinstaller2.
    
    Force actually bypasses dependency constraints so it's actually
    installing the latest Bundler in a version of Ruby that's incompatible
    with it.
    deivid-rodriguez authored and eregon committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    f66e112 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    4727905 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Add jruby-10.0.1.0

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

Commits on Jul 24, 2025

  1. Add ruby-3.2.9,ruby-3.3.9

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

Commits on Jul 25, 2025

  1. Update CRuby releases on Windows

    ruby-builder-bot authored and eregon committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    223e443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6859c View commit details
    Browse the repository at this point in the history
  3. Add printing of the lockfile after installation

    Closes #783
    Fryguy authored and eregon committed Jul 25, 2025
    4 Configuration menu
    Copy the full SHA
    e8621f0 View commit details
    Browse the repository at this point in the history
  4. Revert "Add printing of the lockfile after installation"

    This reverts commit e8621f0.
    eregon committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    0ecad18 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. Add printing of the lockfile after installation

    Closes #783
    Fryguy authored and eregon committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    ba9e71c View commit details
    Browse the repository at this point in the history
  2. Add non-null check

    eregon committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    bb6434c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Bump form-data from 2.5.3 to 2.5.5

    Bumps [form-data](https://github.com/form-data/form-data) from 2.5.3 to 2.5.5.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
    - [Commits](form-data/form-data@v2.5.3...v2.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 2.5.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and eregon committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    45dc484 View commit details
    Browse the repository at this point in the history
  2. Bump brace-expansion from 1.1.11 to 1.1.12

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and eregon committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    3ec1ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78876b7 View commit details
    Browse the repository at this point in the history
  4. Rename to isExactCacheKeyMatch

    BytewaveMLP authored and eregon committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    2a7b300 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Update ruby version in README.md

    Use current ruby version in examples.
    fkmy committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    595828d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Merge pull request #794 from fkmy/update-readme

    Update ruby version in `README.md`
    hsbt authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    2973a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76da337 View commit details
    Browse the repository at this point in the history
Loading