summaryrefslogtreecommitdiff
path: root/ci/bundle_install.sh
blob: 12d1cda3334d20dfa3c0bf01edadae6c6ce6221c (plain)
1
2
3
4
5
#!/bin/sh

gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
bundle install