Move SMTP server from messages plugin into core

This commit is contained in:
Patrick Gansterer 2017-08-19 15:45:48 +02:00
parent 2264351cf5
commit 7d594bf391
9 changed files with 117 additions and 92 deletions

View file

@ -48,6 +48,7 @@ gem 'roo-xls'
gem 'spreadsheet'
gem 'gaffe'
gem 'ruby-filemagic'
gem 'midi-smtp-server'
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
gem 'acts_as_versioned', git: 'https://github.com/technoweenie/acts_as_versioned.git'