Skip to content

Commit 0b4421a

Browse files
authored
Merge pull request rails#155 from yahonda/use_default_ruby25
Use bundled Ruby 2.5
2 parents 7cb1f29 + aaa13fd commit 0b4421a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bootstrap.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ swapon /swapfile
1515
echo '/swapfile none swap defaults 0 0' >> /etc/fstab
1616

1717
echo updating package information
18-
apt-add-repository -y ppa:brightbox/ruby-ng >/dev/null 2>&1
1918
apt-get -y update >/dev/null 2>&1
2019

20+
install Ruby ruby-full
2121
install 'development tools' build-essential autoconf libtool
2222

23-
install Ruby ruby2.5 ruby2.5-dev
24-
update-alternatives --set ruby /usr/bin/ruby2.5 >/dev/null 2>&1
25-
update-alternatives --set gem /usr/bin/gem2.5 >/dev/null 2>&1
26-
2723
# echo installing current RubyGems
2824
gem update --system -N >/dev/null 2>&1
2925

0 commit comments

Comments
 (0)