fix mailcatcher version

current version of mailcatcher wants ruby 2, downgrade to a version ok with ruby 1.9
This commit is contained in:
jygaulier
2019-07-29 13:37:53 +02:00
committed by GitHub
parent 9709f6f8f4
commit 2180332414

View File

@@ -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