From 46b7704b7469a1359f5d5fd79f312b1d4761dcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 27 Mar 2010 12:38:55 +0100 Subject: Do not need to load ActionPack::VERSION --- Rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Rakefile') 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") -- cgit v1.2.3