Skip to content

Commit d423eb5

Browse files
authored
Merge pull request #67 from nimmolo/nimmo-ruby-version-bump
Bump required Ruby version to 2.7.0
2 parents d47cf0c + c671309 commit d423eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

superform.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "A better way to customize and build forms for your Rails application"
1313
spec.homepage = "https://github.com/rubymonolith/superform"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.6.0"
15+
spec.required_ruby_version = ">= 2.7.0"
1616

1717
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818

0 commit comments

Comments
 (0)