Kyle Conarro
Kyle Conarro
> We ran into this and added a script to rename the index paths: > > ```shell > sed -i “s|$(pwd)|/app|“ .bundle/plugin/index > ``` ☝️ worked like a charm! Reposting...
Regarding the [spec failure](https://app.circleci.com/pipelines/github/intercom/intercom-ruby/160/workflows/ecf46987-a274-4fb1-9545-9e1f059862d6/jobs/1149): ``` /usr/local/bundle/gems/mocha-1.16.1/lib/mocha/integration/mini_test/adapter.rb:26:in `included': uninitialized constant MiniTest (NameError) ``` It looks like `mocha < 2.1.x` is not compatible with `minitest >= 5.19.x`: https://github.com/freerange/mocha/issues/614 This is [fixed in...