summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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'