cron-kubernetes.gemspec in cron-kubernetes-2.0.0 vs cron-kubernetes.gemspec in cron-kubernetes-3.0.0
- old
+ new
@@ -12,10 +12,10 @@
spec.summary = "Configure and deploy Kubernetes CronJobs from ruby."
spec.description = "Configure and deploy Kubernetes CronJobs from ruby with a single schedule."
spec.homepage = "https://github.com/keylimetoolbox/cron-kubernetes"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.7"
+ spec.required_ruby_version = ">= 3.2"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ["lib"]