Skip to content

Commit

Permalink
Merge pull request jedi4ever#285 from igama/debian-templates
Browse files Browse the repository at this point in the history
Updated rubygem version to 1.8.22 - issue jedi4ever#284
  • Loading branch information
jedi4ever committed Apr 19, 2012
2 parents 849be23 + 7cd5c26 commit 7133bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Debian-6.0.4-i386-netboot/ruby.sh
Expand Up @@ -2,7 +2,7 @@
apt-get -y install ruby ruby-dev libopenssl-ruby1.8 irb ri rdoc

# Install Rubygems from source
rg_ver=1.6.2
rg_ver=1.8.22
curl -o /tmp/rubygems-${rg_ver}.zip \
"http://production.cf.rubygems.org/rubygems/rubygems-${rg_ver}.zip"
(cd /tmp && unzip rubygems-${rg_ver}.zip && \
Expand Down

0 comments on commit 7133bcd

Please sign in to comment.