From 3e4876626e3734e42dc3df73c7e92d173b79a13d Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Thu, 4 Jan 2024 21:51:11 +0100 Subject: [PATCH] Async 2 requires Ruby 3.1.1 --- .github/workflows/stable_api.yml | 1 - README.md | 2 +- cztop.gemspec | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stable_api.yml b/.github/workflows/stable_api.yml index 21f551b..e563b13 100644 --- a/.github/workflows/stable_api.yml +++ b/.github/workflows/stable_api.yml @@ -8,7 +8,6 @@ jobs: strategy: matrix: ruby: - - '3.0' - '3.1' - '3.2' - '3.3' diff --git a/README.md b/README.md index 80feeb0..8daddf4 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ On macOS using Homebrew, run: ### Supported Rubies -* MRI (3.0, 3.2, 3.3) +* MRI (3.1, 3.2, 3.3) * JRuby * TruffleRuby diff --git a/cztop.gemspec b/cztop.gemspec index 39246bb..ac90c99 100644 --- a/cztop.gemspec +++ b/cztop.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.description = 'CZMQ binding based on the generated low-level FFI bindings of CZMQ' spec.homepage = "https://rubygems.org/gems/cztop" spec.license = "ISC" - spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0") + spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/paddor/cztop"