I have the 2016 bundle copied into the cypress validation utility container. What rake tasks (and their parameters) do I need to import a bundle? I have ``` bundle exec rake bundle:import[/rails/cypress-validation-utility/bundle-2016.zip,true,false,bundle-2016,false,false] bundle exec rake bundle:activate[2016.0.0,true] ``` but that ends up failing as the tool complains I haven't installed a bundle. Looking at logs I see this ``` I, [2017-10-05T18:10:11.515035 #12] INFO -- : method=GET path=/ format=html controller=UploadsController action=new status=500 duration=75.97 view=51.41 ```
I have the 2016 bundle copied into the cypress validation utility container. What rake tasks (and their parameters) do I need to import a bundle?
I have
but that ends up failing as the tool complains I haven't installed a bundle. Looking at logs I see this