Preparing Surveyor gem updates for UAT - HeHStudy/surveyor GitHub Wiki

#Preparing Surveyor gem updates for UAT

  • Create an HeH repo issue (e.g. 207) that corresponds to the Surveyor repo issue (e.g. 47)

  • Update the gemfile in the HeH repo branch (207) to use the new Surveyor branch (47) with something like:

gem 'surveyor', git: '[email protected]:HeHStudy/surveyor.git', branch: '47---fix-date'
  • Once UAT is approved then accept the merge of 47 into master in the Surveyor repo.
  • Next change the gemfile in the HeH repo back to
gem 'surveyor', git: '[email protected]:HeHStudy/surveyor.git'
  • And then accept github merge of 207 into HeH repo master.