summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-04-08 14:52:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-04-08 15:20:44 +0900
commit484ed0d2a506dd89219a47cd6823875d86ab6ffa (patch)
treea0b8ac8ff2a1f00343a8b67365597701c23f2a8b
parente474c189da8314f44659eadcbf9ca3c7d4393bfb (diff)
The current tempfile.rb is only works with Ruby 2.5+
-rw-r--r--lib/tempfile.gemspec2
1 files changed, 1 insertions, 1 deletions
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