nixpkgs/pkgs/development/ruby-modules
Alyssa Ross 106d0920d9
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.
2019-12-26 15:49:04 +00:00
..
bundix bundix: 2.4.2 -> 2.5.0 2019-09-04 10:31:39 +00:00
bundled-common bundlerEnv: fix for Ruby 2.7 2019-12-26 15:49:04 +00:00
bundler bundler: 1.17.2 -> 1.17.3 2019-10-02 12:35:10 +00:00
bundler-app bundlerApp: avoid unecessary rebuilds when gemdir changes 2019-09-13 11:40:40 +00:00
bundler-env treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
bundler-update-script bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
gem ruby-modules: parse build_flags correctly: 2019-12-17 00:58:32 +00:00
gem-config defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' (#75309) 2019-12-10 00:07:19 +00:00
solargraph solargraph: 0.37.2 -> 0.38.0 (#74362) 2019-11-28 15:03:27 +00:00
testing
with-packages ruby.withPackages: preserve setup hooks (#72743) 2019-11-03 22:09:44 +00:00
runtests.sh