About 323,000 results
Open links in new tab
  1. Install Latest Stable Version of Ruby Using rbenv

    May 12, 2015 · I want to install the latest stable version of Ruby available with rbenv. This feature won't be happening in rbenv itself. When I run the command rbenv install -l in my shell, I get a …

  2. How can I update Ruby version 2.0.0 to the latest version in Mac …

    I need to update my Ruby version from 2.0.0 to the latest version. I can not use some gems because my version is not updated. I had used Homebrew to install Ruby some time ago. How …

  3. Installed latest ruby on mac but still showing old in terminal

    Aug 20, 2023 · But when checking ruby --version on the same or new terminal Then i am still getting old one ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin22]

  4. macos - How to update Ruby with Homebrew? - Stack Overflow

    Apr 7, 2016 · I want to know how to update to the latest stable version of Ruby with Homebrew. I am not interested in using RVM. Thanks.

  5. Upgrading Global Ruby Version on macOS - Stack Overflow

    Feb 12, 2020 · I am trying to update Ruby on my computer to version 2.7.0 as that is the latest stable version. Running macOS Catalina Version 10.15.3 Have tried the top two solutions from …

  6. Which ruby version am I using? - Stack Overflow

    Sep 13, 2021 · It depends what you mean by 'default'. If you're running a file with ruby filename then the version you are using is 2.6 (because you're running the same Ruby as ruby - …

  7. How do I install the latest version of ruby in Ubuntu?

    Aug 14, 2011 · I currently have ruby version 1.8.2 in my machine and I would like to upgrade it to 1.9.2. How am i supposed to do it?

  8. ruby - Install newer version of bundler with bundler - Stack Overflow

    Jun 4, 2015 · Note that other answers suggesting gem install bundler only partially fix the problem, because if you have a Gemfile.lock file locked to some old version and it is installed …

  9. Ruby: How to install a specific version of a ruby gem?

    Jun 10, 2013 · If, like me, you have previously installed a later version of your gem, then you must uninstall the later version with e.g. gem uninstall fog. It will ask you which version to uninstall if …

  10. ruby - How to upgrade rubygems - Stack Overflow

    Jan 24, 2017 · Just to clarify, your question is on how to update Rubygems itself — not any particular gem managed by rubygems.