mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
Fully revert calling to_s on filter array
This commit is contained in:
@@ -982,8 +982,6 @@ module Liquid
|
||||
|
||||
return default_value if ary.empty?
|
||||
|
||||
property = Utils.to_s(property)
|
||||
|
||||
block.call(ary) do |item|
|
||||
if target_value.nil?
|
||||
item[property]
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Liquid
|
||||
VERSION = "5.8.5"
|
||||
VERSION = "5.8.6"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user