Cypress 2017 Bundle patch instructions - projectcypress/cypress GitHub Wiki

These instructions are for Cypress v3 and are not applicable to Cypress v4.

The Cypress 2017 bundle version 2017.0.1 requires a patch to properly validate the measure Ids for CMS9v6.

NOTE: An updated 2017 bundle (2017.0.2) is now available. This updated bundle does not require this patch.

If you have the Cypress 2017.0.1 bundle installed, connect to your machine running cypress and run the following commands:

sudo su - cypress
cd /opt/cypress
PATH=$PATH:/opt/ruby_build/builds/opt/cypress/bin bundle exec ruby < <(curl -s https://raw.githubusercontent.com/projectcypress/cypress/update_cms9/script/update_cms9.rb)
sudo systemctl restart cypress

NOTE: If you followed the custom install instructions then the commands must instead be as follows:

sudo su - cypress
cd /home/cypress/cypress
bundle exec ruby < <(curl -s https://raw.githubusercontent.com/projectcypress/cypress/update_cms9/script/update_cms9.rb)
sudo systemctl restart cypress