From d0946d0bfb9a19e6b120d3cf9e0e600e8df9c68b Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Mon, 21 Feb 2011 11:22:33 +0100 Subject: [PATCH] don't track Gemfile.lock for now --- .gitignore | 1 + Gemfile.lock | 74 ---------------------------------------------------- 2 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 8e40ed33..dc71356a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ \#* .emacs* .redcar* +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 8b61079c..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,74 +0,0 @@ -PATH - remote: . - specs: - sinatra (1.2.0.c) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) - -GEM - remote: http://rubygems.org/ - specs: - RedCloth (4.2.7) - RedCloth (4.2.7-java) - abstract (1.0.0) - builder (3.0.0) - coffee-script (2.1.3) - coffee-script-source - coffee-script-source (1.0.1) - erubis (2.6.6) - abstract (>= 1.0.0) - haml (3.0.25) - json (1.5.1) - json (1.5.1-java) - less (1.2.21) - mutter (>= 0.4.2) - treetop (>= 1.4.2) - liquid (2.2.2) - markaby (0.7.1) - builder (>= 2.0.0) - mutter (0.5.3) - nokogiri (1.4.4) - nokogiri (1.4.4-java) - weakling (>= 0.0.3) - polyglot (0.3.1) - rack (1.2.1) - rack-test (0.5.7) - rack (>= 1.0) - radius (0.6.1) - rake (0.8.7) - rdiscount (1.6.8) - rdoc (3.5.3) - shotgun (0.8) - rack (>= 1.0) - slim (0.9.0) - temple (~> 0.1.7) - tilt (~> 1.2) - temple (0.1.7) - tilt (1.2.2) - treetop (1.4.9) - polyglot (>= 0.3.1) - weakling (0.0.4-java) - -PLATFORMS - java - ruby - -DEPENDENCIES - RedCloth - builder - coffee-script (>= 2.0) - erubis - haml (>= 3.0) - json - less - liquid - markaby - nokogiri - rack-test (>= 0.5.6) - radius - rake - rdiscount - rdoc - shotgun (~> 0.6) - sinatra! - slim