lifeform.gemspec in lifeform-0.10.0 vs lifeform.gemspec in lifeform-0.11.0
- old
+ new
@@ -9,11 +9,11 @@
spec.email = "maintainers@bridgetownrb.com"
spec.summary = "Component-centric form object rendering for Ruby"
spec.homepage = "https://github.com/bridgetownrb/lifeform"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.7"
+ spec.required_ruby_version = ">= 3.0"
spec.metadata["rubygems_mfa_required"] = "true"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
@@ -22,9 +22,9 @@
end
end
spec.require_paths = ["lib"]
# Uncomment to register a new dependency of your gem
- spec.add_dependency "activesupport", ">= 6.0"
- spec.add_dependency "phlex", "~> 1.0"
+ spec.add_dependency "activesupport", ">= 7.0"
+ spec.add_dependency "phlex", ">= 1.7"
spec.add_dependency "zeitwerk", "~> 2.5"
end