From 37a8f054802310d65e8ab6f936652563ab128524 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Fri, 2 Mar 2012 14:06:10 +1100 Subject: [PATCH] Remove Gemfile.lock from git. --- .gitignore | 1 + Gemfile.lock | 70 ---------------------------------------------------- 2 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 087e935..4f97075 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ tmtags coverage rdoc pkg +Gemfile.lock ## PROJECT::SPECIFIC features/thinking_sphinx/database.yml diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 46e8e97..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,70 +0,0 @@ -PATH - remote: . - specs: - ts-delayed-delta (1.1.2) - delayed_job (>= 2.0.4) - thinking-sphinx (>= 1.3.6) - -GEM - remote: http://rubygems.org/ - specs: - activemodel (3.1.1) - activesupport (= 3.1.1) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.1) - activemodel (= 3.1.1) - activesupport (= 3.1.1) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activesupport (3.1.1) - multi_json (~> 1.0) - arel (2.2.1) - builder (3.0.0) - cucumber (1.0.2) - builder (>= 2.1.2) - diff-lcs (>= 1.1.2) - gherkin (~> 2.4.5) - json (>= 1.4.6) - term-ansicolor (>= 1.0.5) - daemons (1.1.4) - delayed_job (2.1.4) - activesupport (~> 3.0) - daemons - diff-lcs (1.1.2) - gherkin (2.4.14) - json (>= 1.4.6) - i18n (0.6.0) - json (1.5.3) - multi_json (1.0.3) - mysql2 (0.3.7) - rake (0.9.2) - rcov (0.9.8) - riddle (1.4.0) - rspec (2.6.0) - rspec-core (~> 2.6.0) - rspec-expectations (~> 2.6.0) - rspec-mocks (~> 2.6.0) - rspec-core (2.6.4) - rspec-expectations (2.6.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.6.0) - term-ansicolor (1.0.6) - thinking-sphinx (2.0.9) - activerecord (>= 3.0.3) - builder (>= 2.1.2) - riddle (>= 1.3.3) - tzinfo (0.3.30) - yard (0.7.2) - -PLATFORMS - ruby - -DEPENDENCIES - cucumber (= 1.0.2) - mysql2 (= 0.3.7) - rake (>= 0.9.2) - rcov (>= 0.9.8) - rspec (= 2.6.0) - ts-delayed-delta! - yard (>= 0.7.2)