Skip to content

Commit e808445

Browse files
committed
actionview should be able to install using install.rb [ci skip]
1 parent 070cff7 commit e808445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
exit(64)
66
end
77

8-
%w( activesupport activemodel activerecord actionpack actionmailer railties ).each do |framework|
8+
%w( activesupport activemodel activerecord actionpack actionview actionmailer railties ).each do |framework|
99
puts "Installing #{framework}..."
1010
`cd #{framework} && gem build #{framework}.gemspec && gem install #{framework}-#{version}.gem --no-ri --no-rdoc && rm #{framework}-#{version}.gem`
1111
end

0 commit comments

Comments
 (0)