mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix mailcatcher version
current version of mailcatcher wants ruby 2, downgrade to a version ok with ruby 1.9
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- name: Install mailcatcher gem
|
||||
# gem module is flaky, this is consistent
|
||||
command: gem install mailcatcher --conservative
|
||||
command: gem install mailcatcher -v 0.6.4 --conservative
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install mailcatcher supervisord conf
|
||||
|
Reference in New Issue
Block a user