Skip to content

Commit 50018cf

Browse files
committed
ust install bundler from the gem cache
1 parent 6714212 commit 50018cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/travis-before-install

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
set -e
44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
55
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"
6+
bundle install --local "$DIR/vendor/cache/bundler-*.gem"

0 commit comments

Comments
 (0)