Updated Gemfile for usage of PostgreSQL

This commit is contained in:
2026-01-12 14:45:09 -03:00
parent ae2a29f374
commit 903ccf91b2
2 changed files with 17 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
source 'https://rubygems.org'
gem 'discordrb', git: 'https://github.com/shardlab/discordrb.git', branch: 'main'
gem 'dotenv'
gem 'dotenv'
gem 'pg'