Skip to content

Commit 7133bcd

Browse files
committed
Merge pull request jedi4ever#285 from igama/debian-templates
Updated rubygem version to 1.8.22 - issue jedi4ever#284
2 parents 849be23 + 7cd5c26 commit 7133bcd

File tree

1 file changed

+1
-1
lines changed
  • templates/Debian-6.0.4-i386-netboot

1 file changed

+1
-1
lines changed

templates/Debian-6.0.4-i386-netboot/ruby.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apt-get -y install ruby ruby-dev libopenssl-ruby1.8 irb ri rdoc
33

44
# Install Rubygems from source
5-
rg_ver=1.6.2
5+
rg_ver=1.8.22
66
curl -o /tmp/rubygems-${rg_ver}.zip \
77
"http://production.cf.rubygems.org/rubygems/rubygems-${rg_ver}.zip"
88
(cd /tmp && unzip rubygems-${rg_ver}.zip && \

0 commit comments

Comments
 (0)