Skip to content

Commit

Permalink
change required ruby version to 3.0 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhyanearaldi committed Mar 13, 2023
1 parent 8d476fe commit c7c79ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upperkut.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = ['upperkut']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 3.2'
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.2'
spec.add_dependency 'redis', '>= 4.1.0', '< 6.0.0'
Expand Down

0 comments on commit c7c79ef

Please sign in to comment.