summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date.gemspec2
-rw-r--r--ext/zlib/zlib.gemspec2
2 files changed, 2 insertions, 2 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]
diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index 4b81ea11ea..ca2de4e295 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.require_path = %w{lib}
s.files = %w{depend extconf.rb zlib.c}
s.extensions = %w{extconf.rb}
- s.required_ruby_version = ">= 2.5.0"
+ s.required_ruby_version = ">= 2.5.0dev"
s.authors = ["UENO Katsuhiro"]
s.email = [nil]