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: NixOS/nixpkgs
base: 7c0bc044205a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 106d0920d9d5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 26, 2019

  1. bundlerEnv: fix for Ruby 2.7

    Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby
    2.7, so we need to use the LOAD_PATH instead.  Without this,
    bundlerEnv environments will always use the version of Bundler that
    comes with Ruby, which won't necessarily work because it isn't the
    version that was used to generate the bundle.
    
    For example, building ronn with Ruby 2.7 without this change results
    in a broken executable, but it works (when built with all packaged
    Ruby versions) after this change.
    alyssais committed Dec 26, 2019
    Copy the full SHA
    106d092 View commit details
    Browse the repository at this point in the history