site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

commit 17feb7a4f38058172d4a95ebbc37ba44a4e90899
parent 004ae1e9471d539b3535a706f5e63e98af2b1007
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 14 Jan 2023 11:29:18 -0800

Upgrade sqlite

Diffstat:
MGemfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.2", ">= 7.0.2.2" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 1.4.2" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0"