Skip to content

Commit

Permalink
1800 Downgrade Ruby to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
id774 committed Mar 20, 2018
1 parent c0b730f commit 043a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install_ruby_and_rails.sh
Expand Up @@ -24,7 +24,7 @@ operation() {
test -n "$SCRIPTS" || export SCRIPTS=$HOME/scripts
test -n "$PRIVATE" || export PRIVATE=$HOME/private/scripts
$SCRIPTS/installer/purge_obsolete_sources.sh
install_ruby 250 /opt/ruby/2.5
install_ruby 236 /opt/ruby/2.3
}

operation $*

0 comments on commit 043a035

Please sign in to comment.