diff --git a/Gemfile b/Gemfile index 2a76a7c5..d55ffbe6 100644 --- a/Gemfile +++ b/Gemfile @@ -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