summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-01 21:07:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 11:48:36 +0900
commit5b96f4dd8c8cf3d79be07a3cd3faa8520307a591 (patch)
tree05f38aa8bc875e18b10a88fa9257756d7e95d849 /ext/digest
parentbe4b0eee1980612f74314e5066d264b661aad040 (diff)
downloadruby-5b96f4dd8c8cf3d79be07a3cd3faa8520307a591.tar.gz
[ruby/digest] Drop to support Ruby 2.3
https://github.com/ruby/digest/commit/23dc9c7425
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/digest.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index de70588076..296ee72b1f 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
"lib/digest.rb"
]
- spec.required_ruby_version = ">= 2.3.0"
+ spec.required_ruby_version = ">= 2.4.0"
spec.bindir = "exe"
spec.executables = []