1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00

Upgrade rack to version 2.0.4

This commit is contained in:
depfu[bot] 2018-02-23 09:20:15 +00:00
parent 16af27ae52
commit 001ee12a29

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.executables = ['dyndnsd']
s.add_runtime_dependency 'rack', '~> 1.6'
s.add_runtime_dependency 'rack', '~> 2.0'
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'metriks'