nixpkgs/pkgs/development
Jonathan del Strother 878bae1142
bundlerEnv: Allow overriding bundler
Prior to this it doesn't seem to be possible to customize the version of
bundler used in a bundlerEnv app. This change allows something like the
following:

```nix
let bundler = pkgs.buildRubyGem rec {
  gemName="bundler";
  name="bundler-2.2.11";
  version="2.2.11";
  source.sha256="1izx6wsjdm6mnbxazgz1z5qbhwrrisbq0np2nmx4ij6lrqjy18jf";
};
in pkgs.bundlerEnv.override { inherit bundler; } {
  name="test";
  gemdir=./.;
}
```

to use bundler 2.2.11 rather than the 2.1.5 default.
2021-03-10 10:44:14 +00:00
..
androidndk-pkgs
arduino
beam-modules
bower-modules/generic
chez-modules
compilers Merge pull request #115361 from SuperSandro2000/fix-collection24 2021-03-08 02:23:48 +01:00
coq-modules
dhall-modules
dotnet-modules
em-modules/generic
go-modules
go-packages
guile-modules
haskell-modules
idris-modules
interpreters
java-modules
libraries Merge pull request #98030 from adamlwgriffiths/raylib-3.0.0 2021-03-08 02:04:58 -03:00
lisp-modules
lua-modules
misc
mobile
node-packages
ocaml-modules ocamlPackages.optint: use dune 2 2021-03-08 09:08:23 +01:00
octave-modules
perl-modules
pharo
php-packages
pure-modules
python-modules Merge pull request #115333 from KAction/python-pure-cdb 2021-03-08 12:41:57 +01:00
r-modules
ruby-modules bundlerEnv: Allow overriding bundler 2021-03-10 10:44:14 +00:00
tools cvise: 2.1.0 -> 2.2.0 (#115382) 2021-03-08 09:08:52 +00:00
web