mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
This error message was incorrectly telling user to use the `2.7.x` value even though it will fail `bundle install` with the following error: ``` Your Ruby patchlevel is 0, but your Gemfile specified -1 Command failed with exit code 18 (EXDEV) ``` The exact version, `2.7.0`, is necessary.