diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-16 03:45:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 03:45:12 -0600 |
| commit | 1e39955307165389d3791c35bb31cdf43b076a46 (patch) | |
| tree | fd91259fbddf4eba132e1143d3fce8b4106ff1e5 /asciidoctor-pdf.gemspec | |
| parent | 9257e7c33638d4e3780b84523852d754260bbe8e (diff) | |
bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -rw-r--r-- | asciidoctor-pdf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index 0bc0c820..87254cb1 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.5.0' + #s.required_ruby_version = '>= 2.7.0' s.metadata = { 'bug_tracker_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/issues', 'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/blob/main/CHANGELOG.adoc', |
