-
Notifications
You must be signed in to change notification settings - Fork 138
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
Rails loading permission denied issue happens in 0.13.0 but not 0.12.0 #190
Comments
The change from 0.12.0 to 0.13.0 is,
If the read-only filesystem issue doesn't get you, in a minimal Dockerized environment without a build environment, the lack of |
See the same here in a container without build system. didn't happen with 0.12.
|
Should be solved in the next version. See #185 |
Hey there - don't know if this is related to running rails with docker-compose maybe? But I ran bundle update and it bumped ethon from 0.12.0 to 0.13.0 - which I only had listed in my lockfile as a sub dependency of Typhoeus
When trying to boot rails this happens during Bundler.require:
I explicitly locked ethon back to 0.12.0 in my Gemfile and rails boots again
Rails 6.1, Ruby 2.7.2, in a docker/docker-compose environment if that helps
The text was updated successfully, but these errors were encountered: