Test with Ruby 3.0.2 and specify Ruby version
This commit is contained in:
parent
310a3c412c
commit
8511cfd0b7
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue