Use the released version of the liquid-c 4-0-stable branch

This commit is contained in:
Dylan Thacker-Smith
2023-01-11 10:32:01 -05:00
parent 1f8bafcb84
commit fe4961568f
+1 -1
View File
@@ -15,6 +15,6 @@ group :test do
gem 'rubocop', '~> 0.49.0'
platform :mri do
gem 'liquid-c', github: 'Shopify/liquid-c', branch: '4-0-stable'
gem 'liquid-c', '~> 4.0.1'
end
end