about summary refs log tree commit diff
path: root/pkgs/development/tools/vagrant/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/vagrant/Gemfile')
-rw-r--r--pkgs/development/tools/vagrant/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/vagrant/Gemfile b/pkgs/development/tools/vagrant/Gemfile
index d32951f1c054..f25a77c9398c 100644
--- a/pkgs/development/tools/vagrant/Gemfile
+++ b/pkgs/development/tools/vagrant/Gemfile
@@ -1,2 +1,2 @@
 source "https://rubygems.org"
-gem 'vagrant'
+gem 'vagrant', git: "https://github.com/hashicorp/vagrant.git", tag: "v2.0.4"