remove lru-redux

This commit is contained in:
Michael Go 2025-01-13 18:27:56 -04:00
parent 0558bd12c4
commit 7124540563
3 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "lru_redux"
module Liquid
# Context keeps the variable stack and resolves variables, as well as keywords
#

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "lru_redux"
module Liquid
class Expression
LITERALS = {

View File

@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.6.2"
VERSION = "5.6.3"
end