+2
−2
+1
−1
+1
−1
+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| | ||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|tools)/}) }
|
||
spec.require_paths = ["lib"]
|
||
spec.required_ruby_version = ">= 2.6.0"
|
||
spec.required_ruby_version = "~> 3.2"
|
||
# Please maintain alphabetical order for dependencies
|
||
spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 8.1.0"
|
||
Loading