Or how to turn this:
into this:
| =begin | |
| To use this build script, first install the bundler gem: | |
| $ gem install bundler | |
| Then use the `bundle` command to install the dependencies into the project: | |
| $ rm -rf Gemfile.lock .bundle | |
| bundle config --local git.allow_insecure true | |
| bundle config --local build.nokogiri --use-system-libraries |