From 87da1eaa6dd1f8943cd5e2aca51dc6c88b1aff7a Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 3 Jan 2011 14:54:51 -0600 Subject: [PATCH] apparently gemfile.lock is baddd --- .gitignore | 1 + Gemfile.lock | 58 ---------------------------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 1beac75b..bd43e951 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ coverage pkg .DS_Store .bundle +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 50e67278..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,58 +0,0 @@ -PATH - remote: . - specs: - gollum (1.1.0) - albino (~> 1.0) - github-markup (>= 0.4.0, < 1.0.0) - grit (~> 2.3) - mustache (>= 0.11.2, < 1.0.0) - nokogiri (~> 1.4) - sanitize (~> 1.1) - sinatra (~> 1.0) - -GEM - remote: http://rubygems.org/ - specs: - RedCloth (4.2.3) - albino (1.0) - diff-lcs (1.1.2) - github-markup (0.5.0) - grit (2.3.0) - diff-lcs (~> 1.1) - mime-types (~> 1.15) - mime-types (1.16) - mocha (0.9.9) - rake - mustache (0.11.2) - nokogiri (1.4.3.1) - org-ruby (0.5.3) - rubypants (>= 0.2.0) - rack (1.2.1) - rake (0.8.7) - rdiscount (1.6.5) - rubypants (0.2.0) - sanitize (1.2.1) - nokogiri (~> 1.4.1) - shoulda (2.11.3) - sinatra (1.1.0) - rack (~> 1.1) - tilt (~> 1.1) - tilt (1.1) - -PLATFORMS - ruby - -DEPENDENCIES - RedCloth - albino (~> 1.0) - github-markup (>= 0.4.0, < 1.0.0) - gollum! - grit (~> 2.3) - mocha - mustache (>= 0.11.2, < 1.0.0) - nokogiri (~> 1.4) - org-ruby - rdiscount - sanitize (~> 1.1) - shoulda - sinatra (~> 1.0)