rbx-require-relative requires Ruby version ~> 1.8.7

17/08/2011

If you ever run into this problem when trying to run bundle install using ruby 1.9.2 all you need to do is change in your Gemfile ruby-debug to ruby-debug19.

Answer @ Stackoverflow

1 Comment

links for 2011-06-01

1/06/2011
No Comments

Music: Armistice – City Lights Cry

26/05/2011

 

No Comments

Git: Cómo eliminar una tag.

23/05/2011

Primero localmente y después remotamente.


git tag -d tag_to_remove
git push origin :refs/tags/tag_to_remove

No Comments

links for 2011-05-11

11/05/2011
No Comments