ltc payments

This commit is contained in:
Sergei Poljanski 2026-06-08 18:43:01 +03:00
commit c9bcbe7ff5
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
12 changed files with 338 additions and 2 deletions

View file

@ -22,6 +22,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0)
bigdecimal (3.3.1)
chunky_png (1.4.0)
date (3.5.1)
dotenv (3.2.0)
erubi (1.13.1)
@ -93,6 +94,10 @@ GEM
ffi (~> 1.0)
rerun (0.14.0)
listen (~> 3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
sequel (5.104.0)
bigdecimal
sinatra (4.2.1)
@ -128,6 +133,7 @@ PLATFORMS
DEPENDENCIES
aws-sdk-s3 (~> 1.170)
chunky_png (~> 1.4)
dotenv (~> 3.1)
erubi (~> 1.13)
mail (~> 2.8)
@ -140,6 +146,7 @@ DEPENDENCIES
rack-session (~> 2.1)
rackup (~> 2.3)
rerun (~> 0.14)
rqrcode (~> 2.2)
sequel (~> 5.86)
sinatra (~> 4.2)
sinatra-contrib (~> 4.2)