From a2a2278d7d88d9751122353c7e2d3fe3edfabf38 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 20 Feb 2012 13:47:55 -0500 Subject: [PATCH] Add Gemfile.lock to repo. --- .gitignore | 1 - Gemfile.lock | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 0527219..ce29181 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.gem .bundle -Gemfile.lock pkg/* tmp/ .rake_tasks diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..99c2734 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,154 @@ +PATH + remote: . + specs: + kumade (0.8.2) + cocaine (>= 0.2.0) + heroku (~> 2.0) + rails (>= 2) + rake (>= 0.8.7) + +GEM + remote: http://rubygems.org/ + specs: + POpen4 (0.1.4) + Platform (>= 0.4.0) + open4 + Platform (0.4.0) + actionmailer (3.2.1) + actionpack (= 3.2.1) + mail (~> 2.4.0) + actionpack (3.2.1) + activemodel (= 3.2.1) + activesupport (= 3.2.1) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.1) + rack (~> 1.4.0) + rack-cache (~> 1.1) + rack-test (~> 0.6.1) + sprockets (~> 2.1.2) + activemodel (3.2.1) + activesupport (= 3.2.1) + builder (~> 3.0.0) + activerecord (3.2.1) + activemodel (= 3.2.1) + activesupport (= 3.2.1) + arel (~> 3.0.0) + tzinfo (~> 0.3.29) + activeresource (3.2.1) + activemodel (= 3.2.1) + activesupport (= 3.2.1) + activesupport (3.2.1) + i18n (~> 0.6) + multi_json (~> 1.0) + addressable (2.2.7) + arel (3.0.0) + aruba (0.4.6) + bcat (>= 0.6.1) + childprocess (>= 0.2.0) + cucumber (>= 1.0.2) + rdiscount (>= 1.6.8) + rspec (>= 2.6.0) + bcat (0.6.2) + rack (~> 1.0) + bourne (1.0) + mocha (= 0.9.8) + builder (3.0.0) + childprocess (0.3.1) + ffi (~> 1.0.6) + cocaine (0.2.1) + cucumber (1.0.6) + builder (>= 2.1.2) + diff-lcs (>= 1.1.2) + gherkin (~> 2.4.18) + json (>= 1.4.6) + term-ansicolor (>= 1.0.6) + diff-lcs (1.1.3) + erubis (2.7.0) + ffi (1.0.11) + gherkin (2.4.21) + json (>= 1.4.6) + heroku (2.20.1) + launchy (>= 0.3.2) + rest-client (~> 1.6.1) + rubyzip + term-ansicolor (~> 1.0.5) + hike (1.2.1) + i18n (0.6.0) + jammit (0.6.5) + yui-compressor (>= 0.9.3) + journey (1.0.2) + json (1.6.5) + launchy (2.0.5) + addressable (~> 2.2.6) + mail (2.4.1) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + mime-types (1.17.2) + mocha (0.9.8) + rake + multi_json (1.1.0) + open4 (1.3.0) + polyglot (0.3.3) + rack (1.4.1) + rack-cache (1.1) + rack (>= 0.4) + rack-ssl (1.3.2) + rack + rack-test (0.6.1) + rack (>= 1.0) + rails (3.2.1) + actionmailer (= 3.2.1) + actionpack (= 3.2.1) + activerecord (= 3.2.1) + activeresource (= 3.2.1) + activesupport (= 3.2.1) + bundler (~> 1.0) + railties (= 3.2.1) + railties (3.2.1) + actionpack (= 3.2.1) + activesupport (= 3.2.1) + rack-ssl (~> 1.3.2) + rake (>= 0.8.7) + rdoc (~> 3.4) + thor (~> 0.14.6) + rake (0.9.2.2) + rdiscount (1.6.8) + rdoc (3.12) + json (~> 1.4) + rest-client (1.6.7) + mime-types (>= 1.16) + 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) + rubyzip (0.9.6.1) + sprockets (2.1.2) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + term-ansicolor (1.0.7) + thor (0.14.6) + tilt (1.3.3) + treetop (1.4.10) + polyglot + polyglot (>= 0.3.1) + tzinfo (0.3.31) + yui-compressor (0.9.6) + POpen4 (>= 0.1.4) + +PLATFORMS + ruby + +DEPENDENCIES + aruba (~> 0.4.3) + bourne + cucumber (~> 1.0.2) + jammit (~> 0.6.3) + kumade! + rspec (~> 2.6.0)