diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 4 insertions, 4 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' diff --git a/Gemfile.lock b/Gemfile.lock index 6f1e1fe..a91d2d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,6 +91,7 @@ GEM mini_mime (1.1.2) minitest (5.17.0) msgpack (1.6.0) + mysql2 (0.5.5) net-imap (0.3.4) date net-protocol @@ -136,7 +137,6 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rake (13.0.6) - sqlite3 (1.6.0-x86_64-linux) thor (1.2.1) timeout (0.3.2) tzinfo (2.0.6) @@ -152,9 +152,9 @@ PLATFORMS DEPENDENCIES bootsnap debug + mysql2 puma (~> 5.0) rails (~> 7.0.4, >= 7.0.4.2) - sqlite3 (~> 1.4) tzinfo-data RUBY VERSION |