Add billing (#329)

This commit is contained in:
Riccardo Graziosi
2024-05-03 18:11:07 +02:00
committed by GitHub
parent fc36c967af
commit bea146e612
63 changed files with 1354 additions and 27 deletions

View File

@@ -47,6 +47,9 @@ gem 'rack-attack', '6.7.0'
# Slugs
gem 'friendly_id', '5.5.1'
# Billing
gem 'stripe', '11.2.0'
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]