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