summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-08 16:41:14 +0900
committergit <svn-admin@ruby-lang.org>2023-06-08 07:51:44 +0000
commitb90683be44d8821a1a8121b6364d653a47421914 (patch)
treef118e3492c094013d2ba5778b7dc77c0d0ef2767
parentfe42d88ad28df395111cfb9f2f67e21910083df1 (diff)
[ruby/psych] Drop to support Ruby 2.4 because the latest version of core_assertions only support Ruby 2.5+
https://github.com/ruby/psych/commit/6ec316b7fa
-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 a8ee5da028..f376cd6fab 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -42,7 +42,7 @@ DESCRIPTION
s.rdoc_options = ["--main", "README.md"]
s.extra_rdoc_files = ["README.md"]
- s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
+ s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
s.required_rubygems_version = Gem::Requirement.new(">= 0")
if RUBY_ENGINE == 'jruby'