From 82037d42b62eca24d3ca45042728de07a3acd6f2 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 19:57:09 -0600 Subject: AƱade mariadb como la base de datos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b649dd3..cc1900a 100644 --- a/Gemfile +++ b/Gemfile @@ -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' -- cgit v1.2.3