summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-26 01:42:11 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-26 01:42:11 -0600
commit44ffda5022de88efb0c2e003e30667e81233485c (patch)
treeacc2b0f9791e7c750c6d774b620c44c168f59e93
parent04fef30b9045f2c9df79fe0630e82231f9e09be8 (diff)
bump minimum version of CRuby to 2.7
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc2
-rw-r--r--docs/modules/install/pages/supported-platforms.adoc6
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab730449..20f48b9c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- ruby: [jruby-9.4.2.0, '2.5', '2.7', '3.0', '3.2']
+ ruby: [jruby-9.4.2.0, '2.7', '3.0', '3.2']
asciimath-version: [~]
haml-version: [~]
pygments-version: ['~> 2.3.0']
@@ -48,16 +48,16 @@ jobs:
- os: macos-latest
ruby: '3.2'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
asciimath-version: '~> 1.0.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
haml-version: '~> 5.2.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
pygments-version: '~> 1.2.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
rouge-version: '~> 2.0.0'
- os: ubuntu-latest
ruby: '3.2'
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 426313c9..034a4637 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -41,7 +41,7 @@ Compliance::
* Don't promote level-0 special section at start of document to document title (#4151)
* Disallow the use of dot (`.`) in the name of a named element attribute (#4147)
* Disallow the use of the left square bracket in an attribute list on formatted text (#4306)
- * Drop support for Ruby < 2.5 and JRuby < 9.2
+ * Drop support for Ruby < 2.7 and JRuby < 9.2
* Update latest Ruby to 3.2 in CI workflows
* Update latest JRuby in CI workflow to 9.4.2.0
diff --git a/README.adoc b/README.adoc
index da6d4bfd..fc58ec08 100644
--- a/README.adoc
+++ b/README.adoc
@@ -128,7 +128,7 @@ If you're using AsciiDoc.py, see {url-docs}/asciidoctor/latest/migrate/asciidoc-
Asciidoctor works on Linux, macOS and Windows and requires one of the following implementations of {url-ruby}[Ruby]:
-* CRuby (aka MRI) 2.5 - 3.2
+* CRuby (aka MRI) 2.7 - 3.2
* JRuby 9.2 - 9.4
* TruffleRuby (GraalVM)
diff --git a/docs/modules/install/pages/supported-platforms.adoc b/docs/modules/install/pages/supported-platforms.adoc
index c5f5342d..3b47cefe 100644
--- a/docs/modules/install/pages/supported-platforms.adoc
+++ b/docs/modules/install/pages/supported-platforms.adoc
@@ -16,13 +16,13 @@ Asciidoctor requires one of the following implementations of {url-ruby}[Ruby^].
|Supported Runtime |Supported Versions
|Ruby
-|&#8805; 2.5
+|{ge} 2.7
|JRuby
-|&#8805; 9.1
+|{ge} 9.2
|TruffleRuby
-|&#8805; 20.2
+|{ge} 22.2
|===
== Operating systems