Install Action Mailbox and Action Text when verifying release.

This commit is contained in:
Kasper Timm Hansen 2019-01-15 17:18:52 +01:00
parent 41ffddbc8b
commit a64d7b470a
No known key found for this signature in database
GPG Key ID: 191153215EDA53D8

@ -180,6 +180,8 @@
# Replace the generated gemfile entry with the exact version.
File.write("Gemfile", File.read("Gemfile").sub(/^gem 'rails.*/, "gem 'rails', '#{version}'"))
sh "bundle"
sh "rails action_mailbox:install"
sh "rails action_text:install"
sh "rails generate scaffold user name admin:boolean && rails db:migrate"