From 60e6f7e5cf42c46fedc0e8a9d37b597ec8201616 Mon Sep 17 00:00:00 2001 From: Justin Cypret Date: Mon, 19 May 2014 19:18:00 -0500 Subject: [PATCH] Bundle install before commit --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 60bd784..32e0fc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,5 +72,5 @@ PLATFORMS DEPENDENCIES bundler (~> 1.6) middleman-title! - rake (~> 10.3.1) - rspec (~> 2.14.1) + rake (~> 10.3, >= 10.3.1) + rspec (~> 2.14, >= 2.14.1)