Add vagrant-cachier

This commit is contained in:
Fabio Rehm 2013-05-07 10:12:39 -03:00
parent 80d77828d8
commit 5a48128dcf
2 changed files with 3 additions and 9 deletions

View file

@ -5,10 +5,9 @@ gemspec
group :development do
# 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-cachier'
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'guard-ctags-bundler'
gem 'rb-inotify'
end

View file

@ -39,11 +39,6 @@ GEM
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
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 (>= 1.8)
rspec (~> 2.13)
@ -91,6 +86,7 @@ GEM
simplecov-html (0.7.1)
slop (3.4.4)
thor (0.18.1)
vagrant-cachier (0.0.2)
PLATFORMS
ruby
@ -98,8 +94,6 @@ PLATFORMS
DEPENDENCIES
coveralls
guard
guard-bundler
guard-ctags-bundler
guard-rspec
rake
rb-inotify
@ -107,4 +101,5 @@ DEPENDENCIES
rspec-fire
rspec-spies
vagrant!
vagrant-cachier
vagrant-lxc!