pin ttfunk to patched version

This commit is contained in:
24c02 2025-06-27 15:59:15 -04:00
parent d58e0c72d0
commit b239197dfe
2 changed files with 10 additions and 2 deletions

View file

@ -171,3 +171,5 @@ gem "phlex-rails", "~> 2.2"
gem "xsv", "~> 1.3" gem "xsv", "~> 1.3"
gem "phlex-pdf", "~> 0.1.2" gem "phlex-pdf", "~> 0.1.2"
gem "ttfunk", github: "24c02/ttfunk"

View file

@ -1,3 +1,10 @@
GIT
remote: https://github.com/24c02/ttfunk.git
revision: c38d7521fa2679c1370f8ff07b932b0a79c36034
specs:
ttfunk (1.8.0)
bigdecimal (~> 3.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -570,8 +577,6 @@ GEM
thruster (0.1.13-x86_64-linux) thruster (0.1.13-x86_64-linux)
tilt (2.6.0) tilt (2.6.0)
timeout (0.4.3) timeout (0.4.3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.13) turbo-rails (2.0.13)
actionpack (>= 7.1.0) actionpack (>= 7.1.0)
railties (>= 7.1.0) railties (>= 7.1.0)
@ -694,6 +699,7 @@ DEPENDENCIES
sssecrets (~> 1.0) sssecrets (~> 1.0)
stimulus-rails stimulus-rails
thruster thruster
ttfunk!
turbo-rails turbo-rails
tzinfo-data tzinfo-data
usps_intelligent_barcode (~> 1.0) usps_intelligent_barcode (~> 1.0)