diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-25 03:15:24 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-25 03:23:15 -0600 |
| commit | f4becb3977a5dae308f748dc27952bb921c03e3f (patch) | |
| tree | c215b7d63cad08cf842ef3bc938504c3c762d69d /CONTRIBUTING-CODE.adoc | |
| parent | a8039ebc083326ca91a2a07f48c16290581fdb3f (diff) | |
document prerequisites for running tests on Fedora without using Bundler
Diffstat (limited to 'CONTRIBUTING-CODE.adoc')
| -rw-r--r-- | CONTRIBUTING-CODE.adoc | 6 |
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 |
