feat: Introduce company name on event description

This commit is contained in:
kbe
2025-08-28 18:17:36 +02:00
parent 4e2445198f
commit 7cdb9f468c
6 changed files with 35 additions and 23 deletions

10
Gemfile
View File

@@ -76,4 +76,14 @@ gem "devise", "~> 4.9"
gem "kaminari", "~> 1.2"
gem "kaminari-tailwind", "~> 0.1.0"
# Stripe payment processing
gem "stripe", "~> 15.5"
# PDF generation for tickets
gem "prawn", "~> 2.5"
gem "prawn-qrcode", "~> 0.5"
# QR code generation
gem "rqrcode", "~> 3.1"
# gem "net-pop", "~> 0.1.2"