From ca8083b763cd1204e7c3260a60412dbe4103b435 Mon Sep 17 00:00:00 2001 From: Se AKi Date: Fri, 22 Sep 2023 22:46:39 +0900 Subject: [PATCH] Update compatible ruby version to 3.0 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ae4491..83e6321a 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ An implementation of [SPARQL][] for [RDF.rb][]. * Helper method for describing [SPARQL Service Description][SSD] * Helper method for setting up datasets as part of the [SPARQL 1.1 Protocol][]. * Implementation Report: {file:etc/earl.html EARL} -* Compatible with Ruby >= 2.6. +* Compatible with Ruby >= 3.0. * Supports Unicode query strings both on all versions of Ruby. * Provisional support for [SPARQL-star][].