mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require AP::VERSION in order to install gems.
This commit is contained in:
parent
ffec153029
commit
bbc4de75d3
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -49,6 +49,7 @@ end
|
|||
|
||||
desc "Install gems for all projects."
|
||||
task :install => :gem do
|
||||
require File.expand_path("../actionpack/lib/action_pack/version", __FILE__)
|
||||
(PROJECTS - ["railties"]).each do |project|
|
||||
puts "INSTALLING #{project}"
|
||||
system("gem install #{project}/pkg/#{project}-#{ActionPack::VERSION::STRING}.gem --no-ri --no-rdoc")
|
||||
|
|
Loading…
Reference in a new issue