diff --git a/Gemfile b/Gemfile index d77a73879..00c132633 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,6 @@ group :test do gem 'rubocop-performance', require: false platform :mri, :truffleruby do - gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'liquid-tag' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master' end end