Skip to content

Commit 53641e1

Browse files
committed
Pin liquid-spec to minimum required commit 3d1b492
1 parent ccd10a9 commit 53641e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ group :test do
3232
end
3333

3434
group :spec do
35-
gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main'
35+
# Minimum required: 3d1b492 (run `bundle update liquid-spec` to get newer)
36+
gem 'liquid-spec', github: 'Shopify/liquid-spec', ref: '3d1b492dce27cd78b4d5a46ca8cf260ae1349f29'
3637
end

0 commit comments

Comments
 (0)