mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-04 11:25:44 +08:00

Using `bundle update --all`. This may get a better baseline for Dependabot in the future; recent runs failed due to mixed dependency requirements: ``` Bundler::SolveFailure with message: Could not find compatible versions Because github-pages >= 224 depends on jekyll-seo-tag = 2.8.0 and jekyll-seo-tag >= 2.8.0 depends on Ruby >= 2.5.0, github-pages >= 224 requires Ruby >= 2.5.0. So, because Gemfile depends on github-pages >= 231, <= 232 and current Ruby version is = 2.4.1, version solving has failed. ```