Skip to content

Commit

Permalink
fix Ruby version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 7, 2024
1 parent cfaa4c0 commit 612870a
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/paddor/cztop"
Expand Down

0 comments on commit 612870a

Please sign in to comment.