aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
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")