-
Notifications
You must be signed in to change notification settings - Fork 121
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
Ruby deps fix #508
Ruby deps fix #508
Conversation
…ipts and instructions. Gets Docker dev setup running again.
I know the docker setup will work with this change, but there's a .ruby-version file which still declares the version to be 2.7.3, should that be changed as well? And what about vagrant? makeitso.sh also has version 2.7.3 specified. I tried and at least the docker version still works if I change the .ruby-version to 3.1.3 (and the Dockerfile ruby version 3.1 -> 3.1.3) |
…e deps pre-3.x but make bundler old enough too
@@ -273,6 +273,7 @@ PLATFORMS | |||
DEPENDENCIES | |||
compass | |||
github-pages | |||
webrick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work. Resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works locally on Mac M3.
Gets Docker setup running again.