From 8511cfd0b798cd7ae0735092885422126d425d47 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Sep 2021 09:35:34 +0500 Subject: [PATCH] Test with Ruby 3.0.2 and specify Ruby version --- digest-keccak.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digest-keccak.gemspec b/digest-keccak.gemspec index e4847ea..e73191d 100644 --- a/digest-keccak.gemspec +++ b/digest-keccak.gemspec @@ -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]