Skip to content

Commit

Permalink
remove lru-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmichaelgo committed Jan 13, 2025
1 parent 0558bd1 commit 7124540
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions lib/liquid/context.rb
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 0 additions & 2 deletions lib/liquid/expression.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "lru_redux"

module Liquid
class Expression
LITERALS = {
Expand Down
2 changes: 1 addition & 1 deletion lib/liquid/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Liquid
VERSION = "5.6.2"
VERSION = "5.6.3"
end

0 comments on commit 7124540

Please sign in to comment.