From 8f7f3bd830408d28d4c02bb2981068172a986eb2 Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Sun, 13 May 2012 21:27:39 -0400 Subject: [PATCH] ignore Gemfile.lock --- .gitignore | 1 + Gemfile.lock | 53 ---------------------------------------------------- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 492f2b1..f1bf627 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/Gemfile.lock # rcov generated coverage diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 887a274..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,53 +0,0 @@ -PATH - remote: . - specs: - lector (0.0.7) - citrus - -GEM - remote: http://rubygems.org/ - specs: - citrus (2.4.1) - coderay (1.0.6) - diff-lcs (1.1.3) - ffi (1.0.11) - guard (1.0.2) - ffi (>= 0.5.0) - thor (~> 0.14.6) - guard-rspec (0.7.0) - guard (>= 0.10.0) - method_source (0.7.1) - multi_json (1.3.4) - pry (0.9.9.4) - coderay (~> 1.0.5) - method_source (~> 0.7.1) - slop (>= 2.4.4, < 3) - rake (0.9.2.2) - rns (0.0.1) - rspec (2.10.0) - rspec-core (~> 2.10.0) - rspec-expectations (~> 2.10.0) - rspec-mocks (~> 2.10.0) - rspec-core (2.10.0) - rspec-expectations (2.10.0) - diff-lcs (~> 1.1.3) - rspec-mocks (2.10.0) - simplecov (0.6.2) - multi_json (~> 1.3) - simplecov-html (~> 0.5.3) - simplecov-html (0.5.3) - slop (2.4.4) - thor (0.14.6) - -PLATFORMS - ruby - -DEPENDENCIES - guard - guard-rspec - lector! - pry - rake - rns - rspec - simplecov