Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku deploy issue #227

Closed
xxdesmus opened this issue Mar 18, 2013 · 1 comment · Fixed by #228
Closed

Heroku deploy issue #227

xxdesmus opened this issue Mar 18, 2013 · 1 comment · Fixed by #228

Comments

@xxdesmus
Copy link

Following the instructions located at https://github.com/kandanapp/kandan/blob/master/DEPLOY.md and when running --> "git push heroku master" I get the error included below.

   Installing kandan-count (1.1.0)
   Gem::InstallError: kandan-count requires Ruby version >= 1.9.3.
   An error occurred while installing kandan-count (1.1.0), and Bundler cannot
   continue.
   Make sure that `gem install kandan-count -v '1.1.0'` succeeds before bundling.

!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app

To git@heroku.com:desolate-bastion-8221.git
! [remote rejected] master -> master (pre-receive hook declined)

Local machine Ruby version is fine -->

ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

Any ideas?

@gabceb
Copy link
Member

gabceb commented Mar 18, 2013

I will remove that gem's requirement.

@xxdesmus adding ruby '1.9.3' to the gemfile should fix this if you want to try it out on heroku. Otherwise you can wait until I update the gem

@gabceb gabceb closed this as completed in 3090013 Mar 18, 2013
ar7em pushed a commit to ar7em/kandan that referenced this issue Jun 9, 2013
- Update kandan-count-* gems
- Closes kandanapp#227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants