diff --git a/Gemfile b/Gemfile index e4c1adab..daff580c 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ group :test do gem 'rubocop-performance', require: false platform :mri, :truffleruby do - gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'inline-comment-fresh' + gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'master' end end