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