ltc payments
This commit is contained in:
parent
8f3afcfcd2
commit
c9bcbe7ff5
12 changed files with 338 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue