From 085daf4840aa09aa3774ed3237d7a017be4ca157 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 14 Mar 2024 12:39:38 +0900 Subject: [PATCH] [ruby/fcntl] [DOC] Add task and files for RDoc https://github.com/ruby/fcntl/commit/1c7c70fa5d --- ext/fcntl/fcntl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index 54aadb4b81..89a56472e2 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -27,5 +27,5 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.extensions = "ext/fcntl/extconf.rb" - spec.required_ruby_version = ">= 2.3.0" + spec.required_ruby_version = ">= 2.5.0" end