Skip to content

Commit

Permalink
Fixed Gemfile formatting and Vagrant v2 revision
Browse files Browse the repository at this point in the history
 * We now install 1.3.5.
  • Loading branch information
maoueh committed Oct 18, 2013
1 parent a68bb99 commit fb4e194
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ gemspec
group :development do
vagrant_dependencies = {
'v1' => {
'home' => "~/.vagrant.d.v1",
'gem' => Proc.new do
gem "vagrant", "~> 1.0.7"
end,
'home' => "~/.vagrant.d.v1",
'gem' => Proc.new do
gem "vagrant", "~> 1.0.7"
end,
},
'v2' => {
'home' => "~/.vagrant.d",
'gem' => Proc.new do
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
end,
'home' => "~/.vagrant.d",
'gem' => Proc.new do
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.3.5"
end,
},
}

Expand Down

0 comments on commit fb4e194

Please sign in to comment.