Switch from MySQL to SQLite for simpler deployment

This commit is contained in:
Min Zeya Phyo
2026-01-15 21:23:23 +06:30
parent 92351bb7ea
commit cd0602de8e
4 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 3.2.0'
gem 'rails', '~> 7.1.0'
gem 'mysql2', '~> 0.5'
gem 'sqlite3', '~> 1.4'
gem 'puma', '~> 6.0'
gem 'bootsnap', require: false