Time marches on, and so do security vulnerabilities in Nokogiri. So it's time
for a new middleman-hashicorp version.
As with last time, here's a reminder for the next person who needs to update
this:
- Packer is different from all the other product sites. It uses a Netlify
container to build, instead of either the basic middleman-hashicorp container
or the hybrid thing that Vault uses. It doesn't come with all batteries
included, so it has to take fifteen minutes to build the universe the first
time you run it (or the first time you run it after an upgrade). After that,
it caches all the gems it built the previous time.
- So the steps to update it are a bit different. (Simpler, but more sitting around.)
- Update the Gemfile
- Delete Gemfile.lock
- `make website` until it comes up, then ctrl-C
- Commit the changes
This commit fixes some dependencies with known issues. It DOES increase the
first build time by quite a bit because a few of the updated dependencies now
use native extensions, but once it's cached you should be good.