18F / site-scanning-dashboard

Static site that can be built and deployed to display site-scanner info for a set of domains.
2 stars 2 forks source link

federalist build is breaking #3

Open gbinal opened 4 years ago

gbinal commented 4 years ago

The federalist build was breaking. It looked to me like it had to do with a severe dependabot alert saying that kramdown needed to be upgraded, so I tried manually making the change. No luck though. Here's the error I now get in the federalist build logs.

2020-08-13 17:10:30 INFO [setup-bundler] Fetching kramdown 2.3.0
2020-08-13 17:10:30 INFO [setup-bundler] Downloading kramdown-2.3.0 revealed dependencies not in the API or the lockfile
2020-08-13 17:10:30 INFO [setup-bundler] (rexml (>= 0)).
2020-08-13 17:10:30 INFO [setup-bundler] Either installing with `--full-index` or running `bundle update kramdown` should
2020-08-13 17:10:30 INFO [setup-bundler] fix the problem.
2020-08-13 17:10:30 ERROR [main] There was a problem setting up Bundler, see the above logs for details.
gbinal commented 4 years ago

I rolled back the edit I made here that caused the problem but it still doesn't build b/c of the original issue.

I believe that this dependabot alert refers to the underlying problem.