I had the same problem. You need to install win32-open3 gem ( gem install win32-open3 ), and then edit this file in your web application:
vendor\plugins\rails_upgrade\lib\application_checker.rb
and change:
require 'open3'
in
require 'win32/open3'
source share