Skip to content

Commit 4f8168e

Browse files
committed
Merge pull request rails#11422 from arunagw/added_missing_actionview
Added missing actionview in list for release
2 parents cedaee7 + 3cfe552 commit 4f8168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionmailer railties )
1+
FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionview actionmailer railties )
22

33
root = File.expand_path('../../', __FILE__)
44
version = File.read("#{root}/RAILS_VERSION").strip

0 commit comments

Comments
 (0)