diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ ruby '3.2.1' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem 'rails', '~> 7.0.4', '>= 7.0.4.2' -# Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +# Use MariaDB +gem 'mysql2' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '~> 5.0' |