1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/digest] Also drop to support Ruby 2.4

https://github.com/ruby/digest/commit/360a7de366
This commit is contained in:
Hiroshi SHIBATA 2021-06-01 21:15:46 +09:00
parent 260546ba26
commit 30d0e5d1ae
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
"lib/digest.rb"
]
spec.required_ruby_version = ">= 2.4.0"
spec.required_ruby_version = ">= 2.5.0"
spec.bindir = "exe"
spec.executables = []