Skip to content

Commit f9fa337

Browse files
authored
Merge pull request #160 from k0kubun/ruby-4-0
Update required_ruby_version to allow Ruby 4.0
2 parents f572616 + 12a4752 commit f9fa337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rqrcode.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.required_ruby_version = "~> 3.0"
32+
spec.required_ruby_version = ">= 3.0"
3333
spec.add_dependency "rqrcode_core", "~> 2.0"
3434
spec.add_dependency "chunky_png", "~> 1.0"
3535
spec.add_development_dependency "bundler", "~> 2.0"

0 commit comments

Comments
 (0)