From 0318205ecb66fe93ede482aadf5bc076c6dd1520 Mon Sep 17 00:00:00 2001 From: James Espinosa Date: Tue, 10 Dec 2013 22:07:05 -0600 Subject: [PATCH] Add MailCatcher for SMTP support to Gemfile --- Gemfile | 4 ++-- Gemfile.lock | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 74972e1..7c1a90c 100755 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,6 @@ gem 'rack', '1.4.0' gem 'sqlite3' gem 'foreman' - group :development do gem 'brakeman' gem 'bundler-audit' @@ -50,7 +49,6 @@ group :assets do gem 'uglifier' end - gem 'jquery-rails' # To use ActiveModel has_secure_password @@ -79,3 +77,5 @@ gem 'aruba' gem 'execjs' gem 'therubyracer' +# Add SMTP server support using MailCatcher +gem 'mailcatcher' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 991949d..6767a28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,7 @@ GEM gherkin (~> 2.12) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.0.2) + daemons (1.1.9) database_cleaner (1.0.1) debug_inspector (0.0.2) diff-lcs (1.2.5) @@ -150,6 +151,15 @@ GEM i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + mailcatcher (0.5.12) + activesupport (~> 3.0) + eventmachine (~> 1.0.0) + haml (>= 3.1, < 5) + mail (~> 2.3) + sinatra (~> 1.2) + skinny (~> 0.2.3) + sqlite3 (~> 1.3) + thin (~> 1.5.0) method_source (0.8.2) mime-types (1.25) multi_json (1.8.2) @@ -172,6 +182,8 @@ GEM rack (>= 0.4) rack-livereload (0.3.15) rack + rack-protection (1.5.1) + rack rack-ssl (1.3.3) rack rack-test (0.6.2) @@ -231,6 +243,13 @@ GEM multi_json simplecov-html (~> 0.7.1) simplecov-html (0.7.1) + sinatra (1.4.4) + rack (~> 1.4) + rack-protection (~> 1.4) + tilt (~> 1.3, >= 1.3.4) + skinny (0.2.3) + eventmachine (~> 1.0.0) + thin (~> 1.5.0) slim (2.0.2) temple (~> 0.6.6) tilt (>= 1.3.3, < 2.1) @@ -246,6 +265,10 @@ GEM therubyracer (0.12.0) libv8 (~> 3.16.14.0) ref + thin (1.5.1) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) thor (0.18.1) tilt (1.4.1) timers (1.1.0) @@ -290,6 +313,7 @@ DEPENDENCIES jquery-fileupload-rails jquery-rails launchy + mailcatcher poltergeist powder pry