GithubHelp home page GithubHelp logo

Comments (10)

fnichol avatar fnichol commented on May 18, 2024

I've been feeling that need as well based on issues and feedback. Unfortunately, there is still a real need for 1.3.7 when supporting older codebases. Sounds good, it's on the board :)

from rvm.

alindeman avatar alindeman commented on May 18, 2024

So is there a suggested way to update rubygems with this cookbook for now?

from rvm.

fnichol avatar fnichol commented on May 18, 2024

@alindeman I've done this in the past which can work (although a bit lower level) in a cookbook recipe:

# assumptions:
#   * this is a system-wide install. For user-based ones use rvm::user_install
#   * the RVM Ruby to be modified is the default ruby

# include system_install which only installs RVM (doesn't install any rubies or gems)
include_recipe "rvm::system_install"

# install the default ruby from attribute metadata
rvm_default_ruby node['rvm']['default_ruby']

# use an rvm_shell to call rvm rubygems before installing any gems
rvm_shell "use rubygems 1.3.7 with default_ruby" do
  ruby_string  node['rvm']['default_ruby']
  code         %{rvm rubygems 1.3.7}
end

# install gems, like:
rvm_gem "nokogiri" do
  ruby_string  node['rvm']['default_ruby']
end

The tricky part is upgrading/downgrading your version of RubyGems after RVM installs and before gems get installed. Hope that helps in the meantime :)

from rvm.

yfeldblum avatar yfeldblum commented on May 18, 2024

Thanks for the tip.

It would still be cool to have rvm_rubygems be a separate resource, or for rvm_ruby to take a rubygems_version attribute (and up/down-grade rubygems to the specified version, if the version for rubygems is different).

rvm_ruby "ruby-1.9.3-p0" do
  rubygems_version "1.8.11"
end

from rvm.

fnichol avatar fnichol commented on May 18, 2024

I agree and probably the best solution is to provide an rvm_rubygems resource that can also be used by rvm_ruby/rubygems_version. I'm hoping to spend some time with this on the weekend.

from rvm.

tholschuh avatar tholschuh commented on May 18, 2024

Any news on this?

from rvm.

cgriego avatar cgriego commented on May 18, 2024

I've made a pull request (#100) that is, I think, the first step in addressing this.

from rvm.

fnichol avatar fnichol commented on May 18, 2024

@cgriego I'm hoping to get a tagged release out and then tackle this one.

from rvm.

fnichol avatar fnichol commented on May 18, 2024

Thanks to @cgriego this is (finally) pulled in. Thanks everyone for helping out on this one.

from rvm.

lock avatar lock commented on May 18, 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.