1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Update sqlite3

This commit is contained in:
2022-11-14 21:09:59 +01:00
parent bb2f0024f1
commit a73a9b4a9b
2 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ gem 'rails', '7.0.1'
# Use Puma as the app server
gem 'puma', '~> 5.5'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4.1'
gem 'sqlite3', '~> 1.5.3'
gem 'mysql2', '~> 0.5.2', group: :production