From d4c23fed308dcaf601720c2ac4a494f60bf788b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 10 Aug 2011 20:07:44 -0300 Subject: [PATCH] Removes Gemfile.lock as @wycats explains at http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ --- Gemfile.lock | 54 ---------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 9ec6b16da..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,54 +0,0 @@ -PATH - remote: . - specs: - simple_form (1.4.3.dev) - actionpack (~> 3.0) - activemodel (~> 3.0) - -GEM - remote: http://rubygems.org/ - specs: - abstract (1.0.0) - actionpack (3.0.9) - activemodel (= 3.0.9) - activesupport (= 3.0.9) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.5.0) - rack (~> 1.2.1) - rack-mount (~> 0.6.14) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.9) - activesupport (= 3.0.9) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activesupport (3.0.9) - builder (2.1.2) - columnize (0.3.2) - erubis (2.6.6) - abstract (>= 1.0.0) - i18n (0.5.0) - linecache (0.43) - mocha (0.9.10) - rake - rack (1.2.3) - rack-mount (0.6.14) - rack (>= 1.0.0) - rack-test (0.5.7) - rack (>= 1.0) - rake (0.8.7) - ruby-debug (0.10.4) - columnize (>= 0.1) - ruby-debug-base (~> 0.10.4.0) - ruby-debug-base (0.10.4) - linecache (>= 0.3) - tzinfo (0.3.29) - -PLATFORMS - ruby - -DEPENDENCIES - mocha - ruby-debug - simple_form!