diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-06-01 21:15:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-28 11:48:36 +0900 |
commit | 30d0e5d1ae4ee4a3c145ca4bdacaad5b09c49bb7 () | |
tree | c315f385390759a584447c952492a363ec57be5a /ext/digest/digest.gemspec | |
parent | 260546ba26affaa6f8443060275cc436ad582908 (diff) |
[ruby/digest] Also drop to support Ruby 2.4
https://.com/ruby/digest/commit/360a7de366
-rw-r--r-- | ext/digest/digest.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec| "lib/digest.rb" ] - spec.required_ruby_version = ">= 2.4.0" spec.bindir = "exe" spec.executables = [] |