Test with Ruby 3.0.2 and specify Ruby version

This commit is contained in:
Alex Kotov 2021-09-15 09:35:34 +05:00
parent 310a3c412c
commit 8511cfd0b7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = 'The Keccak cryptographic hash function.'
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '~> 2.2'
spec.required_ruby_version = '>= 2.2', '< 4'
spec.authors = ['Alex Kotov', 'Hongli Lai (Phusion)', 'Keccak authors']
spec.email = %w[kotovalexarian@gmail.com]