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
Running the server locally we ran into an issue with a missing dependency for web brick which causes the development server to fail. This is due to a discrepancy in ruby versions. We should add a .ruby-version file to the root of the repository to specific the ruby version. This can be use by Ruby Version Manager and rbenv to used the correct ruby version.
This also means that the repository is likely behind on Ruby updates that should be handled as a separate update.
The text was updated successfully, but these errors were encountered:
Running the server locally we ran into an issue with a missing dependency for web brick which causes the development server to fail. This is due to a discrepancy in ruby versions. We should add a .ruby-version file to the root of the repository to specific the ruby version. This can be use by Ruby Version Manager and rbenv to used the correct ruby version.
This also means that the repository is likely behind on Ruby updates that should be handled as a separate update.
The text was updated successfully, but these errors were encountered: