From 892f430c91c484873a79c78f67f2757ee02a62bd Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 26 Jun 2014 12:02:35 -0300 Subject: [PATCH] removing eventmachine from Gemfile.lock and adding mocha lib to Gemfile test group --- Gemfile | 1 + Gemfile.lock | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 49f23a6..8f134f0 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ end group :test do gem 'rspec' gem 'rspec-rails' + gem 'mocha' end group :cucumber do diff --git a/Gemfile.lock b/Gemfile.lock index 518e712..5485d00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM database_cleaner (1.2.0) diff-lcs (1.1.3) erubis (2.7.0) - eventmachine (0.12.11) + eventmachine (1.0.3) fast_gettext (0.6.8) ffi (1.0.11) gherkin (2.4.21) @@ -75,7 +75,10 @@ GEM i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + metaclass (0.0.4) mime-types (1.19) + mocha (0.11.3) + metaclass (~> 0.0.1) multi_json (1.3.6) nokogiri (1.5.5) pg (0.13.2) @@ -164,6 +167,7 @@ DEPENDENCIES database_cleaner fast_gettext hpricot + mocha nokogiri pg prototype-rails -- libgit2 0.21.2