Update to Ruby 2.4.1

RubyGems has been upgraded to 2.6.10 from 2.6.8 Some bugs were fixed Download: https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.1.tar.gz https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.1.zip RVM is  updated :  $ rvm install 2.4.1

What’s new in Ruby 2.4?

Unify Fixnum and Bignum into Integer String supports Unicode case mappings Array#max, Array#min Introduce hash table improvement Regexp#match? Thread#report_on_exception and Thread.report_on_exception Thread deadlock detection now shows threads with their backtrace and dependency Binding#irb: Start a…