mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
Currently the `06-rails` test is failing at build time with: ``` 16:27:09.550 'Your bundle is locked to mimemagic (0.3.3) from rubygems repository\n' + 16:27:09.550 'https://rubygems.org/ or installed locally, but that version can no longer be\n' + 16:27:09.550 'found in that source. That means the author of mimemagic (0.3.3) has removed it.\n' + 16:27:09.550 "You'll need to update your bundle to a version other than mimemagic (0.3.3) that\n" + 16:27:09.550 "hasn't been removed in order to install.", ``` So I ran `bundler update` in the "06-rails" Ruby test fixture to update the deps in the Gemfile.lock file.