summaryrefslogtreecommitdiff
path: root/ci/bundle_install.sh
blob: 6c6d76dc5df746c6d423b9ba84549833ac62d69b (plain)
1
2
3
4
5
6
7
8
9
#!/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
export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows
bundle _${bundler_version}_ install