-
Notifications
You must be signed in to change notification settings - Fork 165
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
Gemspec error while migrating to copycopter 2.0 with new server #53
Comments
I believe this is the issue: http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yak.html And this is the solution:
If you're using RVM gemsets, it should be:
|
Unfortunately, this does not solve my problem-- which is on the heroku bamboo stack, not local. |
The Copycopter-Server application isn't a Rails 2.3 app. |
I think this issue belongs on copycopter-ruby-client. My fault, I pointed Lindsey hear. From Boston Ruby mailing list:
http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yak.html It's possible that the 2.0.0 gem doesn't work on Ruby 1.8. We could either follow the instructions above or you could decide you don't want to support Ruby 1.8, which is what we've done with Factory Girl 3.0 and Paperclip 3.0. Those projects have older versions which work with 1.8, though. |
@lindseymysse & @croaky: I've opened an issue for the appropriate repo here: Let's use that for future discussion. |
Using Rails 2.3 with Ruby 1.8.7, Bundler version 1.1.3
When doing a rake deploy to a Heroku Bamboo stack, after Rake Db:migrate, I get the following error:
The text was updated successfully, but these errors were encountered: