mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
Allow Ruby 3
This commit is contained in:
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
||||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = "~> 2.0"
|
||||
spec.required_ruby_version = ">= 2"
|
||||
|
||||
spec.add_dependency "dalli"
|
||||
spec.add_dependency "redis"
|
||||
|
||||
Reference in New Issue
Block a user