users can provide optional expression cache

This commit is contained in:
Michael Go
2025-01-07 14:32:46 -04:00
parent 2c7d686690
commit 42d822bda9
4 changed files with 47 additions and 4 deletions
+1 -2
View File
@@ -8,6 +8,7 @@ end
gemspec
gem "base64"
gem "lru_redux"
group :benchmark, :test do
gem 'benchmark-ips'
@@ -24,5 +25,3 @@ group :test do
gem 'rubocop-shopify', '~> 2.12.0', require: false
gem 'rubocop-performance', require: false
end
gem "lru_redux"