Rails Email Config

This commit is contained in:
Manny.Muriel
2016-08-11 14:30:57 -07:00
committed by Mark Moser
parent 225f402c0f
commit b16b1929b4
8 changed files with 68 additions and 31 deletions

View File

@ -19,6 +19,10 @@ gem 'uglifier', '>= 1.3.0'
gem 'bourbon'
gem 'neat'
# Foundation for Emails
gem 'inky-rb', require: 'inky'
gem 'premailer-rails'
group :development do
gem 'better_errors'
gem 'rack-livereload'