mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Bump the JSON dep [GH-838]
This commit is contained in:
parent
1782acdf2e
commit
18a6749321
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue