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: rbenv/ruby-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20251023
Choose a base ref
...
head repository: rbenv/ruby-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20251117
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 8, 2025

  1. Rename 3.5-dev to 4.0-dev

    The upcoming version has been updated from Ruby 3.5 to Ruby 4.0.
    ruby/ruby@6d81969
    
    A Ruby built with ruby-build's 3.5-dev already shows version 4.0.0dev.
    
    ```console
    $ rbenv install 3.5-dev
    (snip)
    
    $ ruby -v
    ruby 4.0.0dev (2025-11-08T11:52:39Z master 4365c4fb6b) +PRISM [arm64-darwin24]
    ```
    
    Therefore, it would make sense to make it installable with `rbenv install 4.0-dev`.
    
    NOTE: Since there was no `rbenv install 2.8-dev` before it was updated to `rbenv install 3.0-dev`,
    `3.5-dev` is not kept either.
    koic committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    e47cc2a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Merge pull request #2582 from koic/rename_3_5_dev_to_4_0_dev

    Rename 3.5-dev to 4.0-dev
    mislav authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    dd6ffec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Configuration menu
    Copy the full SHA
    5c1282c View commit details
    Browse the repository at this point in the history
  2. ruby-build 20251117

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