bin/install-vips in capybara-screenshot-diff-1.6.3 vs bin/install-vips in capybara-screenshot-diff-1.7.0

- old
+ new

@@ -1,9 +1,9 @@ #!/bin/bash set -e -version=${VIPS_VERSION:-8.10.0} +version=${VIPS_VERSION:-8.12.2} wget "https://github.com/libvips/libvips/releases/download/v$version/vips-$version.tar.gz" tar xf "vips-$version.tar.gz" cd "vips-$version" CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 ./configure --enable-debug=no --without-python "$*"