Add MailCatcher for SMTP support to Gemfile

This commit is contained in:
James Espinosa
2013-12-10 22:07:05 -06:00
parent be0d8f7594
commit 0318205ecb
2 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -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'