We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a2e04 commit 50e1789Copy full SHA for 50e1789
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/97 is merged
36
+ gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'add-per-spec-required-features'
37
gem 'activesupport', require: false
38
0 commit comments