From f8ec62676272d65c1211e6534740f82308742286 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 23 Feb 2011 18:10:09 +0000 Subject: [PATCH] removed Gemfile.lock from git repo (this is a gem not an application ^_^) --- Gemfile.lock | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 0c40429..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,41 +0,0 @@ -PATH - remote: . - specs: - redistat (0.0.8) - activesupport (>= 2.3.0) - json (>= 1.4.0) - redis (>= 2.1.0) - time_ext (>= 0.2.8) - -GEM - remote: http://rubygems.org/ - specs: - activesupport (3.0.3) - diff-lcs (1.1.2) - i18n (0.4.2) - json (1.4.6) - redis (2.1.1) - rspec (2.1.0) - rspec-core (~> 2.1.0) - rspec-expectations (~> 2.1.0) - rspec-mocks (~> 2.1.0) - rspec-core (2.1.0) - rspec-expectations (2.1.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.1.0) - time_ext (0.2.8) - activesupport (>= 2.3.0) - i18n (>= 0.4.2) - yard (0.6.3) - -PLATFORMS - ruby - -DEPENDENCIES - activesupport (>= 2.3.0) - json (>= 1.4.0) - redis (>= 2.1.0) - redistat! - rspec (>= 2.1.0) - time_ext (>= 0.2.8) - yard (>= 0.6.3)