summaryrefslogtreecommitdiff
path: root/ci/bundle_install.sh
blob: 08c492f207af147d9f4f85b0fd2651b9ee61c081 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -evx

bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $bundler_version
bundle _${bundler_version}_ install