Skip to content

Commit

Permalink
Use the right ruby with bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Marica Odagaki committed May 5, 2020
1 parent 5203fc3 commit 7d922fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ stdenv.mkDerivation {
buildInputs = [
git
(expectVersion rubyVersion ruby_2_5)
(expectVersion bundlerVersion bundler)
(expectVersion bundlerVersion (bundler.override { ruby = ruby_2_5; }))
];
}

0 comments on commit 7d922fb

Please sign in to comment.