diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-01-03 05:45:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-03 05:45:06 -0700 |
| commit | b21ce13e34ca5167bf1acbfe6a9b3c40e298ffc4 (patch) | |
| tree | 9f5a375723023117ec33aa66eb990d3d52d4df39 /Gemfile | |
| parent | fec6f3f0439acaf093547d8053e86ba016243699 (diff) | |
add Ruby 3 to CI matrix; make it primary; patch bug in Prawn; use it for releases (PR #1850)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ gem 'prawn-gmagick', ENV['PRAWN_GMAGICK_VERSION'], require: false if ENV.key? 'P # NOTE: use prawn-table from upstream (pre-0.2.3) to verify fix for #599 gem 'prawn-table', git: 'https://github.com/prawnpdf/prawn-table', ref: '515f2db294866a343b05d15f94e5fb417a32f6ff', require: false gem 'pygments.rb', ENV['PYGMENTS_VERSION'], require: false if ENV.key? 'PYGMENTS_VERSION' +gem 'rexml', require: false if (Gem::Version.new RUBY_VERSION) >= (Gem::Version.new '3.0.0') gem 'rghost', ENV['RGHOST_VERSION'], require: false if ENV.key? 'RGHOST_VERSION' gem 'rouge', ENV['ROUGE_VERSION'], require: false if ENV.key? 'ROUGE_VERSION' gem 'text-hyphen', require: false |
