Bootsnap added as dependency

Hello,

we added bootsnap as a gem dependency:

https://github.com/theforeman/foreman/pull/5831

If you experience issues, report here.

Bootsnap is a library that plugs into Ruby, with optional support for ActiveSupport and YAML , to optimize and cache expensive computations. See How Does This Work. It’s part of Rails 5.x for new applications.

1 Like

We experienced one issue, if you use script/foreman-start-dev shell instead of foreman gem to start the server, previously it was working without explicit bundler command. Now, you need to call bundler exec script/foreman-start-dev explicitly to get the server up.