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

Fix again -.-

This commit is contained in:
cn
2013-04-28 14:39:18 +02:00
parent 8ab3abd4bd
commit e50430b177
2 changed files with 1 additions and 3 deletions

View File

@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.executables = ['dyndnsd']
s.add_runtime_dependency 'rack'
s.add_runtime_dependency 'json'
s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rake'