Skip to content

Commit 915d44f

Browse files
committed
Use liquid-spec branch for self specs
1 parent a8b783f commit 915d44f

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,6 +32,7 @@ group :test do
3232
end
3333

3434
group :spec do
35-
gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main'
35+
# Using feature branch until https://github.com/Shopify/liquid-spec/pull/144 is merged
36+
gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'self-drop-env-lookup-specs'
3637
gem 'activesupport', require: false
3738
end

0 commit comments

Comments
 (0)