Skip to content

Commit

Permalink
Merge pull request #327 from simaishi/ruby255
Browse files Browse the repository at this point in the history
Update to ruby 2.5.5
  • Loading branch information
Fryguy authored Jul 22, 2019
2 parents 2bd06d6 + ebfbda1 commit 988edf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickstarts/partials/post/ruby_install.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mount -t tmpfs tmpfs /usr/local/src
# Once the --update option is available, we could ask
# ruby-install to "learn" what new rubies are available
# See: https://github.com/postmodern/ruby-install/issues/175
ruby-install --system ruby 2.4.5 -- --disable-install-doc --enable-shared
ruby-install --system ruby 2.5.5 -- --disable-install-doc --enable-shared

# ensure /usr/local/bin is on the path as this is where ruby, gem, and bundle will be installed
export PATH=$PATH:/usr/local/bin
Expand Down

0 comments on commit 988edf8

Please sign in to comment.