aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index 600e716a8d..c1816cf533 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -180,6 +180,8 @@ namespace :all do
# 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"