diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-28 23:52:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-29 00:11:22 -0600 |
| commit | 638f678cc2353e5a5c553d1bc600bbed5919a102 (patch) | |
| tree | 7c7382e79aadc981948f0aba4bbc063afed45fe7 /docs/modules/install/pages/ruby-packaging.adoc | |
| parent | 377c7ba631433a33e9fc17f27ee3f76cf5c2a162 (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.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' |
