From d507f332a955eed3d3af805a0d417fb56379a6b9 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Fri, 19 Dec 2014 16:12:19 -0800 Subject: [PATCH] activejob needs to be built before actionmailer --- tasks/release.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/release.rb b/tasks/release.rb index 729e0761ad68d..d8c1390eef12b 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,4 +1,4 @@ -FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack actionmailer railties activejob ) +FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties ) root = File.expand_path('../../', __FILE__) version = File.read("#{root}/RAILS_VERSION").strip