From 476d0a17819bf8425cf35148719e28cdfa0ba9be Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Mon, 20 Feb 2012 23:25:21 -0600 Subject: [PATCH] Add gem dependencies for test and build groups --- Gemfile | 10 ++++++++-- Gemfile.lock | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1c906f8..3018a7c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,11 @@ source :rubygems -group :testing do - gem 'aruba' +group :build do + gem 'vulcan', '0.2.5' +end + +group :test do + gem 'aruba' + gem 'bcat' + gem 'rdiscount' end diff --git a/Gemfile.lock b/Gemfile.lock index e8867ee..035ba36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,8 @@ GEM cucumber (>= 1.1.1) ffi (>= 1.0.11) rspec (>= 2.7.0) + bcat (0.6.2) + rack (~> 1.0) builder (3.0.0) childprocess (0.3.1) ffi (~> 1.0.6) @@ -20,6 +22,12 @@ GEM gherkin (2.8.0) json (>= 1.4.6) json (1.6.5) + mime-types (1.17.2) + multipart-post (1.1.5) + rack (1.4.1) + rdiscount (1.6.8) + rest-client (1.6.7) + mime-types (>= 1.16) rspec (2.8.0) rspec-core (~> 2.8.0) rspec-expectations (~> 2.8.0) @@ -29,9 +37,17 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.8.0) term-ansicolor (1.0.7) + thor (0.14.6) + vulcan (0.2.5) + multipart-post (~> 1.1.3) + rest-client (~> 1.6.7) + thor (~> 0.14.6) PLATFORMS ruby DEPENDENCIES aruba + bcat + rdiscount + vulcan (= 0.2.5)