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: YO4/reline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ruby/reline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 15, 2025

  1. Bump step-security/harden-runner from 2.13.3 to 2.14.0

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.3 to 2.14.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@df199fb...20cf305)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    e1fe659 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Merge pull request ruby#876 from ruby/dependabot/github_actions/step-…

    …security/harden-runner-2.14.0
    
    Bump step-security/harden-runner from 2.13.3 to 2.14.0
    olleolleolle authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    17779a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. Duplicate console handles and use them (ruby#875)

    * duplicate console handle before use
    
    The Ruby redirection mechanism closes @hConsoleHandle/@hConsoleInputHandle.
    Since reline cannot detect this, pre-duplicate and use them instead.
    
    * Revert "Get console handle again and retry when Win32API call fails (ruby#734)"
    
    This reverts commit 66291b5.
    YO4 authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    a416186 View commit details
    Browse the repository at this point in the history
Loading