From 5eeb474e3c2bf1322fa48d4f3dc5a4496edce03e Mon Sep 17 00:00:00 2001 From: Jon Frisby Date: Wed, 20 Feb 2013 11:30:02 -0800 Subject: [PATCH] Remove cruft from Gemfile.lock since rspec is no longer specified in the Gemfile. --- Gemfile.lock | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0010008..0baaf74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,6 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.1) - diff-lcs (1.1.3) directory_watcher (1.4.1) fast-stemmer (1.0.1) fssm (0.2.9) @@ -40,14 +39,6 @@ GEM rb-fsevent (0.9.3) rdiscount (1.6.8) redcarpet (2.2.2) - rspec (2.12.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.2) rubypants (0.2.0) sass (3.2.4) sinatra (1.3.3) @@ -76,7 +67,6 @@ DEPENDENCIES rb-fsevent (~> 0.9.3) rdiscount (~> 1.6.8) redcarpet (~> 2.2.2) - rspec rubypants (~> 0.2.0) sinatra (~> 1.3.3) stringex (~> 1.4.0)