summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date')
-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 b442a523f6..a6bbeb6f58 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.require_path = %w{lib}
s.files = %w{lib/date.rb date_core.c date_parse.c date_strftime.c date_strptime.c date_tmx.h depend extconf.rb prereq.mk zonetab.h zonetab.list}
s.extensions = %w{extconf.rb}
- s.required_ruby_version = ">= 2.5.0"
+ s.required_ruby_version = ">= 2.5.0dev"
s.authors = ["Tadayoshi Funaba"]
s.email = [nil]