summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2019-07-24 16:08:59 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-12 10:30:45 +0900
commit5ef41c91f0a1bca1617aaa4367ccf8e32c04b2d9 (patch)
tree4e9aa3bff21e9df4e67019f4e9077438cdc4ce11 /ext/psych
parentfd6445b7e8bab9d340be6f76688a8b96f1b52029 (diff)
[ruby/psych] Set required_ruby_version to 2.4.0
https://github.com/ruby/psych/commit/4f1746a3c6
Diffstat (limited to 'ext/psych')
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index f564c51bb5..e0168af7d8 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -47,7 +47,7 @@ DESCRIPTION
s.rdoc_options = ["--main", "README.md"]
s.extra_rdoc_files = ["README.md"]
- s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
+ s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
s.rubygems_version = "2.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0")