summaryrefslogtreecommitdiff
path: root/docs/modules/install/pages/ruby-packaging.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-28 23:52:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-29 00:11:22 -0600
commit638f678cc2353e5a5c553d1bc600bbed5919a102 (patch)
tree7c7382e79aadc981948f0aba4bbc063afed45fe7 /docs/modules/install/pages/ruby-packaging.adoc
parent377c7ba631433a33e9fc17f27ee3f76cf5c2a162 (diff)
remove explicit source style in docs when not needed
Diffstat (limited to 'docs/modules/install/pages/ruby-packaging.adoc')
-rw-r--r--docs/modules/install/pages/ruby-packaging.adoc2
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'