diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-27 03:26:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-27 03:26:17 -0600 |
| commit | f8e2a3971010242bb2b86b6c789fa466fc15f323 (patch) | |
| tree | 2a15c8b0b05f15e6e870177536b06e1a1f016055 /README.adoc | |
| parent | 227688dd3cfc51735c7c284f1f144ce5d13ec7d9 (diff) | |
be forward looking and set branch on gem function that uses github option in Gemfile [skip ci]
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index bd707c78..b14f1e34 100644 --- a/README.adoc +++ b/README.adoc @@ -243,7 +243,7 @@ In that file, declare the gem source, the {project-handle} gem, and the prawn-ta source 'https://rubygems.org' gem 'asciidoctor-pdf' -gem 'prawn-table', github: 'prawnpdf/prawn-table' +gem 'prawn-table', github: 'prawnpdf/prawn-table', branch: 'HEAD' ---- You can then install the gems into your project using the `bundle` command: |
