Loosen JSON dependency

This commit is contained in:
Mitchell Hashimoto 2013-02-27 09:50:53 -08:00
parent 68aa9c8acf
commit 17d6bf7899
1 changed files with 1 additions and 1 deletions

View File

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