Sha256: fc6feb2996043c51f19d9517037631cf900a7f2704214968952d3661609a658c
Contents?: true
Size: 257 Bytes
Versions: 134
Compression:
Stored size: 257 Bytes
Contents
#!/bin/bash set -e RUBY_VERSION=1.9.3-p194 eval $( curl http://dist/rea/toolchain/ruby-env-rbenv-polite | bash -s $RUBY_VERSION ) rbenv local $RUBY_VERSION bundle config --delete path bundle config --delete without bundle install && bundle exec rake "$@"
Version data entries
134 entries across 134 versions & 1 rubygems