1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gem: drop support for Rubies < 3

This commit is contained in:
Christian Nicolai
2023-06-08 09:47:40 +02:00
parent 37413bcd3b
commit 90ae7543d7
4 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.executables = ['dyndnsd']
s.extra_rdoc_files = Dir['README.md', 'CHANGELOG.md', 'LICENSE']
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.add_runtime_dependency 'async', '~> 1.31.0'
s.add_runtime_dependency 'async-dns', '~> 1.3.0'