Skip to content

Instantly share code, notes, and snippets.

@whowantstolivefo
Created June 8, 2013 08:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save whowantstolivefo/5734464 to your computer and use it in GitHub Desktop.
aslan@ubuntu:~/Dropbox/maasdesign/static3$ heroku create --stack cedar
Creating cryptic-chamber-3925... done, region is us
http://cryptic-chamber-3925.herokuapp.com/ | git@heroku.com:cryptic-chamber-3925.git
Git remote heroku added
aslan@ubuntu:~/Dropbox/maasdesign/static3$ git push heroku master
Counting objects: 63, done.
Compressing objects: 100% (50/50), done.
Writing objects: 100% (63/63), 15.01 KiB, done.
Total 63 (delta 3), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..
Installing rake (10.0.4)
Installing i18n (0.6.4)
Installing minitest (4.7.4)
Installing multi_json (1.7.6)
Installing atomic (1.1.9)
Installing thread_safe (0.1.0)
Installing tzinfo (0.3.37)
Installing activesupport (4.0.0.rc1)
Gem::InstallError: activesupport requires Ruby version >= 1.9.3.
An error occurred while installing activesupport (4.0.0.rc1), and Bundler cannot
continue.
Make sure that `gem install activesupport -v '4.0.0.rc1'` succeeds before
bundling.
!
! Failed to install gems via Bundler.
!
! Push rejected, failed to compile Ruby/Rails app
To git@heroku.com:cryptic-chamber-3925.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:cryptic-chamber-3925.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment