mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix release script to allow pre release gems
This addition of `--pre` fixes the issue we were seeing when installing a local copy of a pre-release rails version.
This commit is contained in:
parent
940124a226
commit
ba907d6caa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ directory "pkg"
|
|||
|
||||
task :build => [:clean, gem]
|
||||
task :install => :build do
|
||||
sh "gem install #{gem}"
|
||||
sh "gem install --pre #{gem}"
|
||||
end
|
||||
|
||||
task :push => :build do
|
||||
|
|
Loading…
Reference in a new issue