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
Make devcontainer work with ancient Ruby/Rails (#2679)
* [rails] fix bundling for older rubies
* [e2e] completely relax rails version requirement
This is just for convenience so that it can bundle
under various rubies
* [.devcontainer] add libsqlite3-dev
Needed by sqlite3 1.4.0 gem
* [.devcontainer] fix git command for older git
* [.devcontainer] make it work under ancient rubies
Notice that it now removes locks, a cleaner solution
would be to go multi-lock - and I tried - and then
gave up due to time constraints.
Something to revisit in the future.
0 commit comments