Manual Ruby Installation

Note

The RubyInstaller does not support installing different versions of Ruby. If there is already some Ruby version installed into C:\Ruby\RubyX.Y.Z.\* this installation must be copied to some temporary folder, and then can be copied back into C:\Ruby\RubyX.Y.Z. after the installation has finished.

  1. Download the Ruby installer version 2.7.2 including the Devkit from rubyinstaller.org. Use C:\Ruby\Ruby272-x64 as installation directory and do not add Ruby to PATH.

    |ruby| installation routine

    Ruby installation routine

  2. Install the required gems for Ceedling:

    Installing required gems for Ceedling
    C:\Users\vulpes\Documents\foxbms-2>cd tools\vendor\ceedling
    C:\Users\vulpes\Documents\foxbms-2>C:\Ruby\Ruby272-x64\bin\bundle install
    

    Add --http-proxy=http://user:password@server:port (adapted to your settings) to the shown command if you are behind a proxy.