We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
self
1 parent a8b783f commit 915d44fCopy full SHA for 915d44f
1 file changed
Gemfile
@@ -32,6 +32,7 @@ group :test do
32
end
33
34
group :spec do
35
- gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'main'
+ # 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'
37
gem 'activesupport', require: false
38
0 commit comments