nanobox-io / nanobox-engine-ruby

Engine for running Ruby apps on Nanobox
https://nanobox.io
MIT License
10 stars 9 forks source link

Bundle install fails with "revealed dependencies not in the API" #32

Closed chrisdavies closed 5 years ago

chrisdavies commented 7 years ago

Here is the output when I try to launch my (existing) Rails application:

Downloading rack-protection-1.5.0 revealed dependencies not in the API or the
lockfile (rack (>= 0)).
Either installing with `--full-index` or running `bundle update rack-protection`
should fix the problem.

I can't figure out how to start the VM without it running bundle install, so that I can manually run these workarounds. Any ideas?

danhunsaker commented 7 years ago

This was mentioned on Slack, and you already tried it with success, but for future reference by other users, you can get into a debug console on failure by adding the --debug flag to your nanobox build-runtime or nanobox run command.