New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure/Error: EngineCart.load_application! #90

Closed
ruebot opened this Issue Oct 11, 2018 · 3 comments

Comments

Projects
None yet
1 participant
@ruebot

ruebot commented Oct 11, 2018

When running bundle exec rake on Warclight or Arclight I'm getting a whole bunch of:

Failure/Error: EngineCart.load_application!

LoadError:
cannot load such file -- bootsnap/setup

Full output for both here.

That output should have all the versions in it. But, if you need more info, let me know.

@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Oct 12, 2018

Not sure what is responsible for this, but at some point, things changed from using .internal_test_app to .internal_test_gem. I went through the Warclight code base and swapped app out for gem, and I'm able to run bundle exec rake without the previous errors.

If that makes sense, feel free to close this.

ruebot commented Oct 12, 2018

Not sure what is responsible for this, but at some point, things changed from using .internal_test_app to .internal_test_gem. I went through the Warclight code base and swapped app out for gem, and I'm able to run bundle exec rake without the previous errors.

If that makes sense, feel free to close this.

@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Oct 12, 2018

Not sure where the app vs gem thing is coming from. I cleared out my rbenv, and started clean. I still get gem locally, but on TravisCI I get app. 🤷‍♂️

ruebot commented Oct 12, 2018

Not sure where the app vs gem thing is coming from. I cleared out my rbenv, and started clean. I still get gem locally, but on TravisCI I get app. 🤷‍♂️

@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Oct 14, 2018

Tried another machine on a clean rbenv and fresh clone. bundle install && bundle exec rake produced a ./internal_test_app instead of gem. Not sure why, but I guess this issue appears to be unique to the environment on the other machine.

ruebot commented Oct 14, 2018

Tried another machine on a clean rbenv and fresh clone. bundle install && bundle exec rake produced a ./internal_test_app instead of gem. Not sure why, but I guess this issue appears to be unique to the environment on the other machine.

@ruebot ruebot closed this Oct 14, 2018

ruebot added a commit to archivesunleashed/warclight that referenced this issue Oct 14, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment