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:
parent
260546ba26
commit
30d0e5d1ae
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue