Skip to content

Commit

Permalink
Merge pull request hashicorp#1859 from sethvargo/remove_json
Browse files Browse the repository at this point in the history
Remove JSON gem dependency since 1.9 comes standard.
  • Loading branch information
mitchellh committed Jun 24, 2013
2 parents 4c850ce + 579e591 commit e1e5702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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.5.1", "< 1.8.0"
s.add_dependency "log4r", "~> 1.1.9"
s.add_dependency "net-ssh", "~> 2.6.6"
s.add_dependency "net-scp", "~> 1.1.0"
Expand Down

0 comments on commit e1e5702

Please sign in to comment.