GitHub
github.com › postmodern › ruby-install
GitHub - postmodern/ruby-install: Installs Ruby, JRuby, TruffleRuby, or mruby · GitHub
Installs Ruby, JRuby, TruffleRuby (native / GraalVM), or mruby. Supports downloading the latest versions and checksums from ruby-versions.
Starred by 2K users
Forked by 258 users
Languages Shell 93.4% | Roff 4.4% | Makefile 1.4% | Ruby 0.8%
GitHub
github.com › ruby › setup-ruby
GitHub - ruby/setup-ruby: An action to download a prebuilt Ruby and add it to the PATH in 5 seconds · GitHub
If there is a Gemfile.lock file (or $BUNDLE_GEMFILE.lock or gems.locked) with a BUNDLED WITH section, that version of Bundler will be installed and used. If the Ruby ships with Bundler 2.2+ (as a default gem), that version is used. Otherwise, the latest compatible Bundler version is installed (Bundler 2 on Ruby >= 2.3, Bundler 1 on Ruby < 2.3).
Starred by 973 users
Forked by 368 users
Languages JavaScript 81.4% | Ruby 18.3% | Shell 0.3%
Videos
GitHub
github.com › rbenv › rbenv
GitHub - rbenv/rbenv: Manage your app's Ruby environment · GitHub
Before attempting to install Ruby, check that your build environment has the necessary tools and libraries. Then: # list latest stable versions: rbenv install -l # list all local versions: rbenv install -L # install a Ruby version: rbenv install ...
Starred by 16.7K users
Forked by 1.4K users
Languages Shell 97.8% | Ruby 1.6%
GitHub
github.com › rbenv › ruby-build
GitHub - rbenv/ruby-build: A tool to download, compile, and install Ruby on Unix-like systems. · GitHub
ruby-build is a command-line tool that simplifies installation of any Ruby version from source on Unix-like systems. It is available as a plugin for rbenv as the rbenv install command, or as a standalone program as the ruby-build command.
Starred by 4K users
Forked by 808 users
Languages Shell
GitHub
github.com › postmodern › ruby-install › blob › master › doc › man › ruby-install.1.md
ruby-install/doc/man/ruby-install.1.md at master · postmodern/ruby-install
--no-reinstall : Skip installation if another Ruby is detected in same location. -U, --update : Downloads the latest ruby versions and checksums from the ruby-versions repository (https://github.com/postmodern/ruby-versions#readme).
Author postmodern
GitHub
gist.github.com › 1125835 › 1a423267d408b8e7dd5d82f60daa069387bef41d
The ruby-lang.org downloads page · GitHub
You can also visit the installation documentation. ... Here you can get the latest Ruby distributions in your favorite flavor. The current stable version is 1.9.2.
GitHub
github.com › marketplace › actions › setup-ruby-jruby-and-truffleruby
Setup Ruby, JRuby and TruffleRuby - GitHub Marketplace
If there is a Gemfile.lock file (or $BUNDLE_GEMFILE.lock or gems.locked) with a BUNDLED WITH section, that version of Bundler will be installed and used. If the Ruby ships with Bundler 2.2+ (as a default gem), that version is used. Otherwise, the latest compatible Bundler version is installed (Bundler 2 on Ruby >= 2.3, Bundler 1 on Ruby < 2.3).
GitHub
github.com › postmodern › ruby-install › blob › master › share › ruby-install › ruby-install.sh
ruby-install/share/ruby-install/ruby-install.sh at master · postmodern/ruby-install
--no-reinstall Skip installation if another Ruby is detected in same location · -U, --update Downloads the latest ruby versions and checksums · -L, --latest Deprecated: please use -U,--update instead · -D, --debug Enable debug messages · -V, --version Prints the version ·
Author postmodern
GitHub
github.com › oneclick › rubyinstaller2
GitHub - oneclick/rubyinstaller2: MSYS2 based RubyInstaller for Windows · GitHub
Download and install the latest RubyInstaller2: https://github.com/oneclick/rubyinstaller2/releases · The non-Devkit installer file is enough to use pure Ruby gems or fat binary gems for x64-mingw-ucrt or aarch64-mingw-ucrt.
Starred by 708 users
Forked by 279 users
Languages Ruby 90.8% | Inno Setup 5.4% | HTML 2.1% | Batchfile 0.5% | Dockerfile 0.5% | PowerShell 0.4% | C 0.3%
GitHub
github.com › asdf-vm › asdf-ruby
GitHub - asdf-vm/asdf-ruby: Ruby plugin for asdf version manager · GitHub
RUBY_APPLY_PATCHES=$'dir/1.patch\n2.patch\nhttp://example.com/3.patch' asdf install ruby 2.4.1 RUBY_APPLY_PATCHES=$(curl -s https://raw.githubusercontent.com/rvm/rvm/master/patchsets/ruby/2.1.1/railsexpress) asdf install ruby 2.1.1 ... This ...
Starred by 734 users
Forked by 155 users
Languages Shell 91.5% | Ruby 8.5%
RubyInstaller
rubyinstaller.org › downloads
Downloads
That is to say, a previous ... by installing RubyInstaller-4.0.x into the same directory. This is because gems with C extensions are not compatible between ruby-3.4 and 4.0. Find out more in the FAQ. RubyInstaller-head is a daily-updated version of the Ruby development branch. It can be used for continuous integration tests (CI) on your gems or applications, so you’re prepared for upcoming changes to the Ruby core. Builds are available on stable download URIs in the github release ...
GitHub
github.com › oneclick › rubyinstaller2 › releases
Releases · oneclick/rubyinstaller2
Update to ruby-3.4.8, see release notes. Use msys2 headless installer in ridk install 1 and install into ruby's base directory.
Author oneclick
GitHub
github.com › actions › setup-ruby
GitHub - actions/setup-ruby: Set up your GitHub Actions workflow with a specific version of Ruby · GitHub
name: Rails Unit Tests on: [push, ... --health-timeout 5s --health-retries 5 steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6 - name: Build and test with Rake env: PGHOST: ...
Starred by 185 users
Forked by 71 users
Languages TypeScript 94.0% | JavaScript 6.0%
Rubyreferences
rubyreferences.github.io › rubyref › intro › installation.html
Installation - Ruby Reference
To install a specific version, set RUBY_TARGETS in your make.conf. See the Gentoo Ruby Project website for details. Arch Linux uses a package manager named pacman. To get Ruby, just do this: ... This should install the latest stable Ruby version.
GitHub
github.com › rbenv › ruby-build › discussions › 2317
How to install latest version from ruby-lang.org? it says 3.2.2, which is not in "rbenv install --list" · rbenv/ruby-build · Discussion #2317
November 24, 2023 - How to install latest version from ruby-lang.org? it says 3.2.2, which is not in "rbenv install --list" #2317 ... There was an error while loading. Please reload this page. Something went wrong.
Author rbenv
CICube
cicube.io › home › workflow hub › how to install ruby in github actions
How to Install Ruby in GitHub Actions - Workflow Hub - CI Cube
May 24, 2024 - with: ruby-version: '2.6.5' # Specific version ruby-version: '2.6' # Short version, latest 2.6.x ruby-version: 'ruby' # Latest stable MRI ruby-version: 'jruby' # Latest stable JRuby ruby-version: 'truffleruby' # Latest stable TruffleRuby · Set the working directory if .ruby-version, .tool-versions, or Gemfile.lock are not at the root of the repository. ... Optionally customize the RubyGems version. ... Bundler is installed based on the Gemfile.lock or the version bundled with Ruby.