Coder Social home page Coder Social logo

Cannot install bundler & rake about rvm HOT 11 CLOSED

sous-chefs avatar sous-chefs commented on July 24, 2024
Cannot install bundler & rake

from rvm.

Comments (11)

bradphelan avatar bradphelan commented on July 24, 2024

+1 I get the same error.

from rvm.

jgrevich avatar jgrevich commented on July 24, 2024

me too, looks like it's not ready for the -pre tag

from rvm.

bradphelan avatar bradphelan commented on July 24, 2024

I even tried explicitly

node['rvm']['global_gems'] = [
  { 'name'    => 'bundler', 
    'version' => '1.0.21'
  },
  { 'name'    => 'rake',
    'version' => '0.9.2'
  }
]

require_recipe "rvm::vagrant"
require_recipe "rvm::system"

which should override any other setting but still the same error

from rvm.

fnichol avatar fnichol commented on July 24, 2024

All right, I'm zeroing in. Looks like RVM is getting ready for version 1.10. Don't think the -pre has ever been used before so I'm tracing to find the fixpoint.

My guess is that locking down your installed version of RVM to 1.9.2 should keep things deploying:

node['rvm']['version'] = 1.9.2

I'll update this issue with more details...

from rvm.

bradphelan avatar bradphelan commented on July 24, 2024

I can verify that the above workaround does the job for the moment. Thanks for the quick investigation.

from rvm.

fnichol avatar fnichol commented on July 24, 2024

I'll ping @mpapis on #rvm to see what they think about changing the versioning from 1.10.0-pre to 1.10.0.pre but the referenced commit should guard against any future versions with a dash, underscore or pound character.

from rvm.

fnichol avatar fnichol commented on July 24, 2024

Oh, and this feels like a release-worthy fix :)

from rvm.

bradphelan avatar bradphelan commented on July 24, 2024

You might want to attach the other pull request I sent you before a
release. A naming error on a variable :)

B

from rvm.

fnichol avatar fnichol commented on July 24, 2024

Noted, and pulled!

from rvm.

fnichol avatar fnichol commented on July 24, 2024

We should be good now, but please reopen if not. Thanks all for your feedback and help

from rvm.

lock avatar lock commented on July 24, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from rvm.

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.