Bump the JSON dep [GH-838]

This commit is contained in:
Mitchell Hashimoto 2012-03-30 19:33:15 -07:00
parent 1782acdf2e
commit 18a6749321
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 0.3.1"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 0.6.0"
s.add_dependency "json", "~> 1.5.1"
s.add_dependency "json", "~> 1.6.6"
s.add_dependency "log4r", "~> 1.1.9"
s.add_dependency "net-ssh", "~> 2.2.2"
s.add_dependency "net-scp", "~> 1.0.4"