aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-04 15:44:17 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-04 19:45:53 -0300
commit227768cbfed31302f6eff892999f1cb281289beb (patch)
tree4f6c89d0913829edcca2e66a58815dc9e7baa847 /Rakefile
parent7bc8d7b8289049762acb858860668b13834a378f (diff)
downloadrails-227768cbfed31302f6eff892999f1cb281289beb.tar.gz
rails-227768cbfed31302f6eff892999f1cb281289beb.tar.bz2
rails-227768cbfed31302f6eff892999f1cb281289beb.zip
Merge pull request #10465 from raphweiner/rake_install_depend_on_build
Make rake install task depend on build instead of gem
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 177765f348..59259320fa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -36,7 +36,7 @@ task :smoke do
end
desc "Install gems for all projects."
-task :install => :gem do
+task :install => :build do
version = File.read("RAILS_VERSION").strip
(PROJECTS - ["railties"]).each do |project|
puts "INSTALLING #{project}"