Skip to content

Commit 6714212

Browse files
committed
Use bundler to install bundler?
1 parent 6180085 commit 6714212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/travis-before-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
55
cd "$DIR"
66
DESIRED_BUNDLER_VERSION=$(grep "add_development_dependency 'bundler'" octocatalog-diff.gemspec | cut -d"'" -f4)
7-
gem install bundler -v "$DESIRED_BUNDLER_VERSION"
7+
bundle install bundler -v "$DESIRED_BUNDLER_VERSION"

0 commit comments

Comments
 (0)