bake/modernize/gemspec.rb in bake-modernize-0.20.0 vs bake/modernize/gemspec.rb in bake-modernize-0.21.0

- old
+ new

@@ -12,10 +12,10 @@ File.write(path, buffer.string) end # The latest end-of-life Ruby version. -MINIMUM_RUBY_VERSION = ::Gem::Requirement.new(">= 3.0") +MINIMUM_RUBY_VERSION = ::Gem::Requirement.new(">= 3.1") # Rewrite the specified gemspec. # @param def update(path: default_gemspec_path, output: $stdout) spec = ::Gem::Specification.load(path)