Skip to content

Commit

Permalink
Async 2 requires Ruby 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 4, 2024
1 parent a10ff0d commit 3e48766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/stable_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cztop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e48766

Please sign in to comment.