vagrant: mark bundler as system plugin
This will cause Vagrant to use the rubygems version of bundler without complaint.
This commit is contained in:
@@ -38,6 +38,7 @@ in buildRubyGem rec {
|
||||
|
||||
patches = [
|
||||
./unofficial-installation-nowarn.patch
|
||||
./use-system-bundler-version.patch
|
||||
];
|
||||
|
||||
# PATH additions:
|
||||
|
||||
Reference in New Issue
Block a user