Skip to content

Commit df86601

Browse files
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

File tree

spec/fixtures/test_site/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ../../..
33
specs:
44
cheesy-gallery (1.1.1)
5-
jekyll (~> 4.0)
5+
jekyll (~> 4.4)
66
rmagick (>= 4, < 6)
77

88
GEM

0 commit comments

Comments
 (0)