Lock vagrant to 1.1.5 and update guard-rspec
This commit is contained in:
parent
c433465432
commit
71057d0e0f
2 changed files with 5 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ group :development do
|
||||||
# We depend on Vagrant for development, but we don't add it as a
|
# We depend on Vagrant for development, but we don't add it as a
|
||||||
# gem dependency because we expect to be installed within the
|
# gem dependency because we expect to be installed within the
|
||||||
# Vagrant environment itself using `vagrant plugin`.
|
# 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'
|
||||||
gem 'guard-rspec'
|
gem 'guard-rspec'
|
||||||
gem 'guard-bundler'
|
gem 'guard-bundler'
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mitchellh/vagrant.git
|
remote: https://github.com/mitchellh/vagrant.git
|
||||||
revision: bc2a9fe780e44fcf3fb989178b0582a8f2514895
|
revision: 64e360814c3ad960d810456add977fd4c7d47ce6
|
||||||
|
tag: v1.1.5
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.1.5.dev)
|
vagrant (1.1.5)
|
||||||
childprocess (~> 0.3.7)
|
childprocess (~> 0.3.7)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
|
@ -37,7 +38,7 @@ GEM
|
||||||
guard (~> 1.1)
|
guard (~> 1.1)
|
||||||
guard-ctags-bundler (0.1.6)
|
guard-ctags-bundler (0.1.6)
|
||||||
guard (>= 1.1)
|
guard (>= 1.1)
|
||||||
guard-rspec (2.5.1)
|
guard-rspec (2.5.2)
|
||||||
guard (>= 1.1)
|
guard (>= 1.1)
|
||||||
rspec (~> 2.11)
|
rspec (~> 2.11)
|
||||||
i18n (0.6.4)
|
i18n (0.6.4)
|
||||||
|
|
Loading…
Reference in a new issue