summaryrefslogtreecommitdiff
path: root/CONTRIBUTING-CODE.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-25 03:15:24 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-25 03:15:24 -0600
commitb8c5db27ac1d5234e9c9e9510db46a6989e24367 (patch)
tree840826f911fee148e673ec383bf81bff62aa1585 /CONTRIBUTING-CODE.adoc
parent83a1885fc360f93bb1ee26072363bbe94313c4db (diff)
document prerequisites for running tests on Fedora without using Bundler
Diffstat (limited to 'CONTRIBUTING-CODE.adoc')
-rw-r--r--CONTRIBUTING-CODE.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING-CODE.adoc b/CONTRIBUTING-CODE.adoc
index c276d2ec..cba84851 100644
--- a/CONTRIBUTING-CODE.adoc
+++ b/CONTRIBUTING-CODE.adoc
@@ -71,6 +71,12 @@ If you're running a Fedora-based Linux distribution, you can install the require
$ sudo dnf group install -y "Development Tools"
sudo dnf install -y redhat-rpm-config ruby-devel rubygem-bundler poppler-utils
+If you want to run the tests on Fedora without using Bundler, install these dependencies instead:
+
+ $ sudo dnf install -y ruby rubygem-asciidoctor rubygem-chunky_png rubygem-coderay rubygem-pdf-inspector \
+ rubygem-prawn rubygem-prawn-icon rubygem-prawn-svg rubygem-prawn-table rubygem-prawn-templates \
+ rubygem-rouge rubygem-rspec rubygem-treetop poppler-utils
+
You can study the CI workflow at [.path]_.github/workflows/ci.yml_ to learn more about what software is needed to run the full test suite.
=== Retrieve the Source Code