adds mailcatcher to foodsoft:setup_development
This commit is contained in:
parent
21c7fa40c1
commit
c42c00b5f1
5 changed files with 42 additions and 41 deletions
5
Gemfile
5
Gemfile
|
|
@ -45,7 +45,8 @@ end
|
|||
|
||||
group :development do
|
||||
gem 'sqlite3'
|
||||
|
||||
gem 'mailcatcher'
|
||||
|
||||
# Better error output
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
|
|
@ -63,5 +64,5 @@ group :development do
|
|||
# Deploy with Capistrano
|
||||
gem 'capistrano', '2.13.5'
|
||||
gem 'capistrano-ext'
|
||||
gem 'common_deploy', require: false, git: 'git://github.com/fsmanuel/common_deploy.git'
|
||||
gem 'common_deploy', require: false, path: '../../common_deploy' #git: 'git://github.com/fsmanuel/common_deploy.git'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue