Code Monkey home page Code Monkey logo

Comments (5)

croaky avatar croaky commented on June 9, 2024

I believe this is the issue:

http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yak.html

And this is the solution:

gem uninstall bundler
gem update --system
gem install bundler
bundle

If you're using RVM gemsets, it should be:

gem uninstall bundler
rvm gemset empty
gem update --system
gem install bundler
rvm @global gem install bundler
bundle

from copycopter-server.

 avatar commented on June 9, 2024

Unfortunately, this does not solve my problem-- which is on the heroku bamboo stack, not local.

from copycopter-server.

patricksrobertson avatar patricksrobertson commented on June 9, 2024

The Copycopter-Server application isn't a Rails 2.3 app.

from copycopter-server.

croaky avatar croaky commented on June 9, 2024

I think this issue belongs on copycopter-ruby-client. My fault, I pointed Lindsey hear.

From Boston Ruby mailing list:

This issue can be resolved by the owner of the gem. They need to
update their rubygems (gem update --system) and push another version.
For a background on this problem, see

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.

from copycopter-server.

patricksrobertson avatar patricksrobertson commented on June 9, 2024

@lindseymysse & @croaky:

I've opened an issue for the appropriate repo here:
copycopter/copycopter-ruby-client#22

Let's use that for future discussion.

from copycopter-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.