You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After rails@ed1991b,
the devcontainer Docker image build broke because
it needs all local dependenciesto run `bundle install`
and the releaser gem was introduced to the Gemfile.
Since this image is only for development it feels ok to simply copy
the `tools/releaser` gemspec into the `/tmp/rails` as part of the Docker file
instructions as all the other local dependencies.
0 commit comments