diff --git a/redis-script_manager.gemspec b/redis-script_manager.gemspec index 1b87f22..679f14a 100644 --- a/redis-script_manager.gemspec +++ b/redis-script_manager.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| # # Also, the redis gem from 4.0.0 does not support rubies < 2.2.2. # - spec.required_ruby_version = ['>= 2.2.2', '< 2.7.0'] # tested to 2.6.3 + spec.required_ruby_version = ['>= 2.2.2', '< 4'] # tested to 3.3.1 spec.add_runtime_dependency 'redis', '>= 3.0.0', '< 5.0.0' # tested to 4.1.1