From 5a7fbc3b60a1c2c5eeaaa01e8428429c76fb3344 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Mon, 23 May 2011 21:17:43 -0400 Subject: [PATCH] Ignore Gemfile.lock --- .gitignore | 1 + Gemfile.lock | 45 --------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index bf8baa0..ce1588a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ pkg/* *.gem .bundle +Gemfile.lock *.DS_Store *.sw[nop] tmp diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 3f28de0..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,45 +0,0 @@ -PATH - remote: . - specs: - palette (0.0.5) - sass (= 3.1.0.alpha.23) - -GEM - remote: http://rubygems.org/ - specs: - aruba (0.2.4) - background_process - cucumber (~> 0.9.3) - background_process (1.2) - bourne (1.0) - mocha (= 0.9.8) - builder (2.1.2) - cucumber (0.9.3) - builder (~> 2.1.2) - diff-lcs (~> 1.1.2) - gherkin (~> 2.2.9) - json (~> 1.4.6) - term-ansicolor (~> 1.0.5) - diff-lcs (1.1.2) - gherkin (2.2.9) - json (~> 1.4.6) - term-ansicolor (~> 1.0.5) - json (1.4.6) - mocha (0.9.8) - rake - rake (0.8.7) - rspec (1.3.0) - sass (3.1.0.alpha.23) - term-ansicolor (1.0.5) - -PLATFORMS - ruby - -DEPENDENCIES - aruba (= 0.2.4) - bourne (= 1.0) - cucumber (= 0.9.3) - mocha (= 0.9.8) - palette! - rspec (= 1.3.0) - sass (= 3.1.0.alpha.23)