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: sds/overcommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.64.1
Choose a base ref
...
head repository: sds/overcommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.65.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 27, 2025

  1. Load bundled gems on expected version (#859)

    Fixes #789
    
    `psych` is no longer a default gem, but current and old ruby still ships
    with it. When we `require 'yaml'`, we activate that gem in whatever
    version that is bundled with ruby. Later on, we load bundler, and we
    `Bundler.setup`, which will then activate whatever version specified in
    the lock file. More often than not, they might not match.
    
    The approach in this PR is to strip the `yaml` dependency completely
    from the hook scripts, while retaining the ability to configure the
    Gemfile using it.
    xjunior authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    7d3e8fa View commit details
    Browse the repository at this point in the history
  2. Cut version 0.65.0

    sds committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    9ce5492 View commit details
    Browse the repository at this point in the history
Loading