From 484ed0d2a506dd89219a47cd6823875d86ab6ffa Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 8 Apr 2020 14:52:59 +0900 Subject: The current tempfile.rb is only works with Ruby 2.5+ --- lib/tempfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempfile.gemspec b/lib/tempfile.gemspec index b8670aa42b..fc3b156984 100644 --- a/lib/tempfile.gemspec +++ b/lib/tempfile.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.summary = %q{A utility class for managing temporary files.} spec.description = %q{A utility class for managing temporary files.} spec.homepage = "https://github.com/ruby/tempfile" - spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage -- cgit v1.2.3