Add vagrant-cachier
This commit is contained in:
parent
80d77828d8
commit
5a48128dcf
2 changed files with 3 additions and 9 deletions
3
Gemfile
3
Gemfile
|
@ -5,10 +5,9 @@ gemspec
|
||||||
group :development do
|
group :development do
|
||||||
# TODO: Lock to 1.2.3 once it is out with this fix: https://github.com/mitchellh/vagrant/pull/1685
|
# TODO: Lock to 1.2.3 once it is out with this fix: https://github.com/mitchellh/vagrant/pull/1685
|
||||||
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
|
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
|
||||||
|
gem 'vagrant-cachier'
|
||||||
gem 'guard'
|
gem 'guard'
|
||||||
gem 'guard-rspec'
|
gem 'guard-rspec'
|
||||||
gem 'guard-bundler'
|
|
||||||
gem 'guard-ctags-bundler'
|
|
||||||
gem 'rb-inotify'
|
gem 'rb-inotify'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -39,11 +39,6 @@ GEM
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (>= 1.0.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
thor (>= 0.14.6)
|
thor (>= 0.14.6)
|
||||||
guard-bundler (1.0.0)
|
|
||||||
bundler (~> 1.0)
|
|
||||||
guard (~> 1.1)
|
|
||||||
guard-ctags-bundler (0.1.6)
|
|
||||||
guard (>= 1.1)
|
|
||||||
guard-rspec (2.6.0)
|
guard-rspec (2.6.0)
|
||||||
guard (>= 1.8)
|
guard (>= 1.8)
|
||||||
rspec (~> 2.13)
|
rspec (~> 2.13)
|
||||||
|
@ -91,6 +86,7 @@ GEM
|
||||||
simplecov-html (0.7.1)
|
simplecov-html (0.7.1)
|
||||||
slop (3.4.4)
|
slop (3.4.4)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
|
vagrant-cachier (0.0.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -98,8 +94,6 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
coveralls
|
coveralls
|
||||||
guard
|
guard
|
||||||
guard-bundler
|
|
||||||
guard-ctags-bundler
|
|
||||||
guard-rspec
|
guard-rspec
|
||||||
rake
|
rake
|
||||||
rb-inotify
|
rb-inotify
|
||||||
|
@ -107,4 +101,5 @@ DEPENDENCIES
|
||||||
rspec-fire
|
rspec-fire
|
||||||
rspec-spies
|
rspec-spies
|
||||||
vagrant!
|
vagrant!
|
||||||
|
vagrant-cachier
|
||||||
vagrant-lxc!
|
vagrant-lxc!
|
||||||
|
|
Loading…
Reference in a new issue