We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6714212 commit 50018cfCopy full SHA for 50018cf
script/travis-before-install
@@ -3,5 +3,4 @@
3
set -e
4
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
5
cd "$DIR"
6
-DESIRED_BUNDLER_VERSION=$(grep "add_development_dependency 'bundler'" octocatalog-diff.gemspec | cut -d"'" -f4)
7
-bundle install bundler -v "$DESIRED_BUNDLER_VERSION"
+bundle install --local "$DIR/vendor/cache/bundler-*.gem"
0 commit comments