Sha256: 683c7ee2619ab909089381956132516ca63dd7c2ae018159a034bc0271225fdc
Contents?: true
Size: 224 Bytes
Versions: 52
Compression:
Stored size: 224 Bytes
Contents
#!/bin/bash set -e echo "--- Making sure bundler is installed" gem which bundler &> /dev/null || gem install bundler --no-ri --no-rdoc echo "--- Installing gems" bundle check --no-color || time bundle install --no-color
Version data entries
52 entries across 52 versions & 6 rubygems