summaryrefslogtreecommitdiff
path: root/ext/date/date.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-14 16:44:47 +0900
committergit <svn-admin@ruby-lang.org>2022-12-14 07:56:09 +0000
commitbec7deba306572a130e971b53a82270a7b1255c6 (patch)
tree23c509e94a44bcf1578259fb3cf7bbfc7b4b05d2 /ext/date/date.gemspec
parentf60c080849b000e2a37b23f410da21ce91c8ecab (diff)
[ruby/date] Fixed wrong minimum version of Ruby
Fixed https://github.com/ruby/date/issues/83 https://github.com/ruby/date/commit/9731a3e732
Diffstat (limited to 'ext/date/date.gemspec')
-rw-r--r--ext/date/date.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index 2bf28ffea5..660353ebc5 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.extensions = "ext/date/extconf.rb"
end
- s.required_ruby_version = ">= 2.4.0"
+ s.required_ruby_version = ">= 2.6.0"
s.authors = ["Tadayoshi Funaba"]
s.email = [nil]