If you’re getting the errors below, you should update rubygems to the latest, which is 1.8.10 as of this writing.
1 2 3 4 | |
Check out http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yacc.html to get the details. After upgrading rubygems to 1.8.10, I was able to install database_cleaner but I was still getting an error for cucumber-rails. The solution is to open /Users/crigor/.rvm/gems/ruby-1.9.2-p180@ss/specifications/cucumber-rails-1.0.4.gemspec and change
1
| |
to =. If you’re using vim, just run
1
| |