diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:57:09 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:57:09 -0600 |
commit | 82037d42b62eca24d3ca45042728de07a3acd6f2 (patch) | |
tree | 4970e53ce7df3a0305e17acb7057033ed0801f7c /Gemfile | |
parent | 78644d412df7274072e3a3d4ad0873437554781b (diff) |
Añade mariadb como la base de datos
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' |