1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-10 10:48:37 +02:00

gem: drop support for Rubies < 2.7

This commit is contained in:
cn
2022-05-08 16:32:13 +02:00
parent 451ed20f5d
commit 4237d35fcc
4 changed files with 8 additions and 4 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.5'
s.required_ruby_version = '>= 2.7'
s.add_runtime_dependency 'async', '~> 1.30.0'
s.add_runtime_dependency 'async-dns', '~> 1.3.0'