nixpkgs/pkgs/development/ruby-modules/bundled-common
talyz affcf9ba1e bundlerEnv: Add option to copy gem files instead of symlinking
The way ruby loads gems and keeps track of their paths seems to not
always work very well when the gems are accessed through
symlinks. Ruby will then complain that the same files are loaded
multiple times; it relies on the file's full path to determine whether
the file is loaded or not.

This adds an option to simply copy all gem files into the environment
instead, which gets rid of this issue, but may instead result in major
file duplication.
2020-03-03 21:19:01 +01:00
..
default.nix bundlerEnv: Add option to copy gem files instead of symlinking 2020-03-03 21:19:01 +01:00
functions.nix bundlerEnv: fix for Ruby 2.7 2019-12-26 15:49:04 +00:00
gen-bin-stubs.rb bundlerEnv: fix for Ruby 2.7 2019-12-26 15:49:04 +00:00
test.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00