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]