mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-21 14:54:22 +01:00
Change dependency to json version that does not require ruby >= 2
This commit is contained in:
parent
7ce1c1f480
commit
af97e162a0
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.executables = ['dyndnsd']
|
||||
|
||||
s.add_runtime_dependency 'rack', '~> 1.6'
|
||||
s.add_runtime_dependency 'json'
|
||||
s.add_runtime_dependency 'json', '~> 1.8'
|
||||
s.add_runtime_dependency 'metriks'
|
||||
|
||||
s.add_development_dependency 'bundler', '~> 1.3'
|
||||
|
Loading…
Reference in New Issue
Block a user