Change dependency to json version that does not require ruby >= 2

This commit is contained in:
cn 2016-11-30 22:16:54 +01:00
parent 7ce1c1f480
commit af97e162a0
1 changed files with 1 additions and 1 deletions

View File

@ -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'