summaryrefslogtreecommitdiff
path: root/ci/bundle_install.sh
blob: 4eecec9f184742900c4e7aee034d9272da717fe4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -evx

gem environment
bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $bundler_version --user-install --conservative
# WITH: changelog (for version bumping and changelog creation)
export BUNDLE_WITHOUT=omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows:development:travis
bundle _${bundler_version}_ install