lib/codelation/development/ruby.rb in codelation-cli-0.0.27 vs lib/codelation/development/ruby.rb in codelation-cli-0.0.28
- old
+ new
@@ -20,9 +20,10 @@
print_command("Installing Ruby #{RUBY_VERSION}")
`ruby-install ruby #{RUBY_VERSION}`
print_heading("Installing Ruby Gems")
+ `chruby #{RUBY_VERSION}`
install_gems
end
# Install the Ruby gems needed for development.
def install_gems