Commit df86601
committed
Resync fixture lockfile with bumped Jekyll gemspec constraint
The gemspec bump in a71484f (`jekyll '~> 4.0'` → `'~> 4.4'`) left
spec/fixtures/test_site/Gemfile.lock pinning the old dependency
under the PATH gem block (`cheesy-gallery (1.1.1)` →
`jekyll (~> 4.0)`). ruby/setup-ruby@v1 runs `bundle install` with
frozen mode set, so the test-site CI matrix refused to install with
"The gemspecs for path gems changed, but the lockfile can't be
updated because frozen mode is set". Regenerate the lock so the
PATH gem's transitive constraint matches the gemspec; no resolved
gem versions move.1 parent 72bd71e commit df86601
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments