Add connection to wakatime db

This commit is contained in:
Max Wofford
2025-02-16 12:28:11 -05:00
parent 5f6b322ebe
commit ef9b1c7d0b
6 changed files with 40 additions and 39 deletions

View File

@@ -6,6 +6,8 @@ gem "rails", "~> 8.0.1"
gem "propshaft"
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 2.1"
# Use PostgreSQL as the database for Wakatime
gem "pg"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]