mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 18:45:15 +00:00
pin ttfunk to patched version
This commit is contained in:
parent
d58e0c72d0
commit
b239197dfe
2 changed files with 10 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -171,3 +171,5 @@ gem "phlex-rails", "~> 2.2"
|
|||
gem "xsv", "~> 1.3"
|
||||
|
||||
gem "phlex-pdf", "~> 0.1.2"
|
||||
|
||||
gem "ttfunk", github: "24c02/ttfunk"
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -1,3 +1,10 @@
|
|||
GIT
|
||||
remote: https://github.com/24c02/ttfunk.git
|
||||
revision: c38d7521fa2679c1370f8ff07b932b0a79c36034
|
||||
specs:
|
||||
ttfunk (1.8.0)
|
||||
bigdecimal (~> 3.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
|
@ -570,8 +577,6 @@ GEM
|
|||
thruster (0.1.13-x86_64-linux)
|
||||
tilt (2.6.0)
|
||||
timeout (0.4.3)
|
||||
ttfunk (1.8.0)
|
||||
bigdecimal (~> 3.1)
|
||||
turbo-rails (2.0.13)
|
||||
actionpack (>= 7.1.0)
|
||||
railties (>= 7.1.0)
|
||||
|
|
@ -694,6 +699,7 @@ DEPENDENCIES
|
|||
sssecrets (~> 1.0)
|
||||
stimulus-rails
|
||||
thruster
|
||||
ttfunk!
|
||||
turbo-rails
|
||||
tzinfo-data
|
||||
usps_intelligent_barcode (~> 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue