Skip to content

Commit 76e44e1

Browse files
committed
On Ruby 1.8, install Rake 10.1.1 because that's the last version supporting Ruby 1.8
1 parent e3ff6f1 commit 76e44e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image/ruby1.8.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ source /build/buildconfig
44
set -x
55

66
$minimal_apt_get_install ruby1.8 ruby1.8-dev rubygems
7-
gem1.8 install rake bundler --no-rdoc --no-ri
7+
gem1.8 install rake --no-rdoc --no-ri -v 10.1.1 # last version supporting Ruby 1.8
8+
gem1.8 install bundler --no-rdoc --no-ri
89
/build/ruby-finalize.sh

0 commit comments

Comments
 (0)