Support Ruby 3.0
This commit is contained in:
parent
eb2b8ea558
commit
825393f278
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = 'The BLAKE2b cryptographic hash function.'
|
||||
spec.platform = Gem::Platform::RUBY
|
||||
|
||||
spec.required_ruby_version = '~> 2.1'
|
||||
spec.required_ruby_version = '>= 2.1', '< 4'
|
||||
|
||||
spec.authors = ['Alex Kotov', 'Franck Verrot', 'Mauricio Gomes']
|
||||
spec.email = %w[mauricio@edge14.com]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue