From c6713093c9fa7831cb2a2b28ca25e21841671fe3 Mon Sep 17 00:00:00 2001 From: andrew nimmo Date: Sat, 29 Nov 2025 23:19:03 -0800 Subject: [PATCH] Bump required Ruby version to 2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ruby 2.6 reached end-of-life in March 2022. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- superform.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superform.gemspec b/superform.gemspec index 010d637..ca8c56b 100644 --- a/superform.gemspec +++ b/superform.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.description = "A better way to customize and build forms for your Rails application" spec.homepage = "https://github.com/rubymonolith/superform" spec.license = "MIT" - spec.required_ruby_version = ">= 2.6.0" + spec.required_ruby_version = ">= 2.7.0" spec.metadata["allowed_push_host"] = "https://rubygems.org"