Skip to content

Commit 87a02dc

Browse files
author
Andy Waite
authored
Fix markdown syntax in troubleshooting page (#3259)
Fix markdown syntax
1 parent c298d04 commit 87a02dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/troubleshooting.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ One scenario where this is useful is if the user doesn't have permissions for th
156156
`gem install` fails. For example, when using the system Ruby on certain Linux distributions.
157157

158158
{: .note }
159-
Using non-default gem installation paths may lead to other integration issues with version managers. For example, for
160-
Ruby 3.3.1 the default `GEM_HOME` is `~/.gem/ruby/3.3.0` (without the patch part of the version). However, `chruby`
159+
> Using non-default gem installation paths may lead to other integration issues with version managers. For example, for
160+
> Ruby 3.3.1 the default `GEM_HOME` is `~/.gem/ruby/3.3.0` (without the patch part of the version). However, `chruby`
161161
> (and potentially other version managers) override `GEM_HOME` to include the version patch resulting in
162162
> `~/.gem/ruby/3.3.1`. When you install a gem using `gem install --user-install`, RubyGems ignores the `GEM_HOME`
163163
> override and installs the gem inside `~/.gem/ruby/3.3.0`. This results in executables not being found because `chruby`

0 commit comments

Comments
 (0)