Support Ruby 3.0

This commit is contained in:
Alex Kotov 2021-09-16 13:53:48 +05:00
parent eb2b8ea558
commit 825393f278
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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]