aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-12-17 16:08:02 +0100
committerArun Agrawal <arunagw@gmail.com>2015-12-17 16:08:02 +0100
commitaeceb5d1888496ff2acf429520ea61ea42b79f68 (patch)
tree445e954ac34e59851f47aee5896d60c1ad241d39 /tasks
parent529d05fed1737d30058339318626a32dc37ec463 (diff)
downloadrails-aeceb5d1888496ff2acf429520ea61ea42b79f68.tar.gz
rails-aeceb5d1888496ff2acf429520ea61ea42b79f68.tar.bz2
rails-aeceb5d1888496ff2acf429520ea61ea42b79f68.zip
Add actioncable to list of release frameworks [ci skip]
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index 7c8b884d44..d935cdc53e 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -1,4 +1,4 @@
-FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties )
+FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable railties )
root = File.expand_path('../../', __FILE__)
version = File.read("#{root}/RAILS_VERSION").strip