diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-05-07 23:42:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:42:02 -0600 |
| commit | 95785d45fda1ed25e5252bf27542a90eca83d886 (patch) | |
| tree | 7cded295232f7da477dc45d39366f2b4570e5c17 /asciidoctor-pdf.gemspec | |
| parent | 158dde7533fa96dbc6949ba789657340f1fc44c7 (diff) | |
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -rw-r--r-- | asciidoctor-pdf.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index fc6b833f..a0e3a9e2 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.homepage = 'https://asciidoctor.org/docs/asciidoctor-pdf' s.license = 'MIT' # NOTE required ruby version is informational only; it's not enforced since it can't be overridden and can cause builds to break - #s.required_ruby_version = '>= 2.3.0' + #s.required_ruby_version = '>= 2.5.0' s.metadata = { 'bug_tracker_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/issues', 'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/blob/master/CHANGELOG.adoc', @@ -35,7 +35,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'asciidoctor', '~> 2.0' s.add_runtime_dependency 'prawn', '~> 2.2.0' - # NOTE ttfunk 1.6 generates TT instructions ghostscript cannot process, so lock the version of ttfunk + # NOTE ttfunk 1.6 produces different results for missing glyphs, so lock the version to 1.5 >= 1.5.1 s.add_runtime_dependency 'ttfunk', ['~> 1.5.0'], ['>= 1.5.1'] # NOTE must use prawn-table from master branch (defined in Gemfile) for full functionality s.add_runtime_dependency 'prawn-table', '~> 0.2.0' |
