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 6180085 commit 6714212Copy full SHA for 6714212
script/travis-before-install
@@ -4,4 +4,4 @@ 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
-gem install bundler -v "$DESIRED_BUNDLER_VERSION"
+bundle install bundler -v "$DESIRED_BUNDLER_VERSION"
0 commit comments