Skip to content

Commit

Permalink
Fix json version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Feb 17, 2012
1 parent c2fbbe7 commit d7f5588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "0.9.99.1"
VERSION = "0.9.99.1.dev"
end
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1"
s.add_dependency "log4r", "~> 1.1.9"
s.add_dependency "net-ssh", "~> 2.2.2"
s.add_dependency "net-scp", "~> 1.0.4"
Expand Down

0 comments on commit d7f5588

Please sign in to comment.