Update json dep to ~> 1.5.1, which works with Ruby19 on Windows

This commit is contained in:
Mitchell Hashimoto 2011-01-29 20:22:53 -08:00
parent 3a36a09b5a
commit e975956fe1
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
## 0.7.2 (unreleased)
- Update JSON dependency to 1.5.1, which works with Ruby 1.9 on
Windows.
## 0.7.1 (January 28, 2011)

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency "archive-tar-minitar", "= 0.5.2"
s.add_dependency "erubis", "~> 2.6.6"
s.add_dependency "json", "~> 1.4.6"
s.add_dependency "json", "~> 1.5.1"
s.add_dependency "mario", "~> 0.0.6"
s.add_dependency "net-ssh", "~> 2.1.0"
s.add_dependency "net-scp", "~> 1.0.4"