From 5a48128dcf25a8f9c92509c0f5df0c052faafac3 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 7 May 2013 10:12:39 -0300 Subject: [PATCH] Add vagrant-cachier --- Gemfile | 3 +-- Gemfile.lock | 9 ++------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 3444180..e33d5a4 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index db7a157..e3ebd45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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!