From e81ba7b2490ae080a5e1bf0a1596f8c4c31d4f22 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 12 May 2012 21:17:42 +0300 Subject: [PATCH] Fixed Gemfile.lock --- Gemfile.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 8249f41b..90280cbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,19 @@ GEM resque_mailer (2.0.3) actionmailer (>= 3.0.0) resque (>= 1.2.3) + rspec (2.10.0) + rspec-core (~> 2.10.0) + rspec-expectations (~> 2.10.0) + rspec-mocks (~> 2.10.0) + rspec-core (2.10.0) + rspec-expectations (2.10.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.10.1) rspec-rails (2.10.1) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec (~> 2.10.0) rubyntlm (0.1.1) rubypython (0.5.3) blankslate (>= 2.1.2.3)