aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-03-27 12:38:55 +0100
committerJosé Valim <jose.valim@gmail.com>2010-03-27 12:38:55 +0100
commit46b7704b7469a1359f5d5fd79f312b1d4761dcdf (patch)
tree823c438c34bb7061ccc556cd33dc576997d82aa6 /Rakefile
parent26e714d26eff2633fd33ba6f21295a376fcad091 (diff)
downloadrails-46b7704b7469a1359f5d5fd79f312b1d4761dcdf.tar.gz
rails-46b7704b7469a1359f5d5fd79f312b1d4761dcdf.tar.bz2
rails-46b7704b7469a1359f5d5fd79f312b1d4761dcdf.zip
Do not need to load ActionPack::VERSION
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 442e0f21c0..66a65fb249 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,8 +50,6 @@ end
desc "Install gems for all projects."
task :install => :gem do
version = File.read("RAILS_VERSION").strip
-
- require File.expand_path("../actionpack/lib/action_pack/version", __FILE__)
(PROJECTS - ["railties"]).each do |project|
puts "INSTALLING #{project}"
system("gem install #{project}/pkg/#{project}-#{version}.gem --no-ri --no-rdoc")