Skip to content

Commit

Permalink
update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
sethboyles committed Nov 7, 2022
1 parent 5ea2e46 commit e2079ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

source "/usr/local/share/chruby/chruby.sh"
RUBY_VERSION="2.7.5"
RUBY_VERSION="3.1.2"

if [ ! -e ~/.rubies/ruby-${RUBY_VERSION} ]; then
ruby-install --no-reinstall ruby ${RUBY_VERSION}
Expand Down

0 comments on commit e2079ab

Please sign in to comment.