blob: f584e72abb3e6f8f525fa53d377a2b8a0f83fe5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# temporarily use posix-spawn 0.3.12 (there is a bug in 0.3.13)
# remove, when https://github.com/rtomayko/posix-spawn/pull/83 resolved
eval "$(
declare -f build | \
sed '
/bundle-2\.3 config/ a \
sed -i "/posix-spawn/s/0\\.3\\.13/0.3.12/" Gemfile.lock
'
)"
|