From 004473868b798170742507652380c0a0604f5c5e Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 6 May 2011 11:48:22 +0100 Subject: [PATCH] Not sure its correct to commit this but its already here so --- Gemfile.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c5f1503..57d2819 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,11 @@ +PATH + remote: . + specs: + cukesalad (0.6.0) + aruba (= 0.3.5) + cucumber (= 0.10.0) + rspec (= 2.5.0) + GEM remote: http://rubygems.org/ specs: @@ -6,8 +14,8 @@ GEM cucumber (>= 0.10.0) rspec (>= 2.5.0) builder (3.0.0) - childprocess (0.1.7) - ffi (~> 0.6.3) + childprocess (0.1.8) + ffi (~> 1.0.6) cucumber (0.10.0) builder (>= 2.1.2) diff-lcs (~> 1.1.2) @@ -15,22 +23,17 @@ GEM json (~> 1.4.6) term-ansicolor (~> 1.0.5) diff-lcs (1.1.2) - ffi (0.6.3) + ffi (1.0.7) rake (>= 0.8.7) - gherkin (2.3.3) - json (~> 1.4.6) - git (1.2.5) - jeweler (1.5.2) - bundler (~> 1.0.0) - git (>= 1.2.5) - rake + gherkin (2.3.7) + json (>= 1.4.6) json (1.4.6) rake (0.8.7) rspec (2.5.0) rspec-core (~> 2.5.0) rspec-expectations (~> 2.5.0) rspec-mocks (~> 2.5.0) - rspec-core (2.5.1) + rspec-core (2.5.2) rspec-expectations (2.5.0) diff-lcs (~> 1.1.2) rspec-mocks (2.5.0) @@ -40,8 +43,5 @@ PLATFORMS ruby DEPENDENCIES - aruba (= 0.3.5) bundler (~> 1.0.0) - cucumber (= 0.10.0) - jeweler (~> 1.5.2) - rspec (= 2.5.0) + cukesalad!