Skip to content

Commit 50e1789

Browse files
committed
Use liquid-spec feature branch until PR is merged
1 parent 79a2e04 commit 50e1789

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/97 is merged
36+
gem 'liquid-spec', github: 'Shopify/liquid-spec', branch: 'add-per-spec-required-features'
3637
gem 'activesupport', require: false
3738
end

0 commit comments

Comments
 (0)