File: remove-bundler.patch

package info (click to toggle)
ruby-scientist 1.6.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: ruby: 1,239; sh: 23; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Use apt installed build dependencies

--- a/script/bootstrap
+++ b/script/bootstrap
@@ -6,4 +6,4 @@ set -e
 cd $(dirname "$0")/..
 rm -f .bundle/config
 
-bundle install --path .bundle --quiet "$@"
+bundle install --local --quiet "$@"