Sha256: 120b01cf9f81294042f3eaa9547680d7660f7e0eef25ba2fcb72deed49f1040e
Contents?: true
Size: 258 Bytes
Versions: 80
Compression:
Stored size: 258 Bytes
Contents
#!/bin/bash set -e cd $(dirname $0) bundle update rake trap 'git reset HEAD~1 && git checkout -- .gitignore' EXIT sed -i -s 's|Gemfile.lock||g' .gitignore git add Gemfile.lock git add .gitignore git commit -m 'configs for heroku' git push heroku master -f
Version data entries
80 entries across 80 versions & 1 rubygems