diff --git a/Gemfile b/Gemfile index b976401..2ac6cb3 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. - gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git' + gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.1.5' gem 'guard' gem 'guard-rspec' gem 'guard-bundler' diff --git a/Gemfile.lock b/Gemfile.lock index 342eb35..62f5ebf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GIT remote: https://github.com/mitchellh/vagrant.git - revision: bc2a9fe780e44fcf3fb989178b0582a8f2514895 + revision: 64e360814c3ad960d810456add977fd4c7d47ce6 + tag: v1.1.5 specs: - vagrant (1.1.5.dev) + vagrant (1.1.5) childprocess (~> 0.3.7) erubis (~> 2.7.0) i18n (~> 0.6.0) @@ -37,7 +38,7 @@ GEM guard (~> 1.1) guard-ctags-bundler (0.1.6) guard (>= 1.1) - guard-rspec (2.5.1) + guard-rspec (2.5.2) guard (>= 1.1) rspec (~> 2.11) i18n (0.6.4)