Skip to content

Commit 3492364

Browse files
Merge pull request #27685 from vikram-redhat/master
updating tools section for alternate ruby guidelines
2 parents 424d668 + 193b396 commit 3492364

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributing_to_docs/tools_and_setup.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ The following instructions describe how to install all the required tools to do
8282
live content editing on a Fedora Linux system.
8383

8484
1. Install the _RubyGems_ package with `yum install rubygems`
85+
86+
NOTE: On certain systems, `yum` installs an older version of RubyGems that can cause issues. As an alternative, you can install RubyGems by using RVM. The following example is referenced from the link:https://rvm.io/rvm/install[RVM site]:
87+
88+
----
89+
$ curl -sSL https://get.rvm.io | bash -s stable --ruby
90+
----
91+
8592
2. Install _Ruby_ development packages with `yum install ruby-devel`
8693
3. Install _gcc_ with `yum install gcc-c++`
8794
4. Install _redhat-rpm-config_ with `yum install redhat-rpm-config`

0 commit comments

Comments
 (0)