lib/codelation/development/ruby.rb in codelation-cli-0.0.20 vs lib/codelation/development/ruby.rb in codelation-cli-0.0.21
- old
+ new
@@ -1,12 +1,12 @@
require "fileutils"
require "thor"
module Codelation
class Cli < Thor
- RUBY_INSTALL_VERSION = "0.5.0"
+ RUBY_INSTALL_VERSION = "0.6.0"
RUBY_INSTALL_URL = "https://github.com/postmodern/ruby-install/archive/v#{RUBY_INSTALL_VERSION}.tar.gz"
- RUBY_VERSION = "2.2.3"
+ RUBY_VERSION = "2.3.0"
private
# Install Ruby binary and add it to PATH.
def install_ruby