diff options
Diffstat (limited to 'docs/modules/install/pages/ruby-packaging.adoc')
| -rw-r--r-- | docs/modules/install/pages/ruby-packaging.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/install/pages/ruby-packaging.adoc b/docs/modules/install/pages/ruby-packaging.adoc index 52c51e25..171dfaf4 100644 --- a/docs/modules/install/pages/ruby-packaging.adoc +++ b/docs/modules/install/pages/ruby-packaging.adoc @@ -43,7 +43,7 @@ Note that it's possible that the prerelease version is older than the latest sta . Create a Gemfile in the root folder of your project (or the current directory) . Add the `asciidoctor` gem to your Gemfile as follows: + -[source,ruby,subs=attributes+] +[,ruby,subs=attributes+] ---- source 'https://rubygems.org' gem 'asciidoctor' |
