Added a way to see report/statements. Added more gems to the Gemfile.

This commit is contained in:
2026-01-05 20:20:25 -03:00
parent d08af2f294
commit 689079ce21
4 changed files with 152 additions and 1 deletions

View File

@@ -3,4 +3,8 @@ source 'https://rubygems.org'
gem 'discordrb', git: 'https://github.com/shardlab/discordrb.git', branch: 'main'
gem 'dotenv'
gem 'pg'
gem 'pg'
gem 'prawn'
gem 'prawn-table'
gem 'gruff'
gem 'rmagick'