aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-12-19 16:12:19 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-12-19 16:12:32 -0800
commitd507f332a955eed3d3af805a0d417fb56379a6b9 (patch)
tree1708d3e084dd5c0666f91bd842cd4b36ad98d0f5 /tasks/release.rb
parent461fa6390da5856d952d7fb8aac9e3f0ff712f5b (diff)
downloadrails-d507f332a955eed3d3af805a0d417fb56379a6b9.tar.gz
rails-d507f332a955eed3d3af805a0d417fb56379a6b9.tar.bz2
rails-d507f332a955eed3d3af805a0d417fb56379a6b9.zip
activejob needs to be built before actionmailer
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index 729e0761ad..d8c1390eef 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