mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
jruby and ree get rubygems 1.6.2
This commit is contained in:
parent
9488a170b1
commit
c4aa35faf3
2 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,4 @@ remove_windows_files() {
|
|||
}
|
||||
|
||||
install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy
|
||||
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby
|
||||
|
|
|
@ -10,3 +10,4 @@ build_package_ree_installer() {
|
|||
|
||||
use_gcc42_on_lion
|
||||
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer
|
||||
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby
|
||||
|
|
Loading…
Reference in a new issue