From fb9e9ef5d73388b13ea8494d00c47425e3c53430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sun, 26 Jun 2022 17:10:50 +0000 Subject: [PATCH] Upgrade sqlite3 to fix broken ext compilation See https://github.com/sparklemotion/sqlite3-ruby/pull/324 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 156557e1a87..da52899269a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,7 +499,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.3) + sqlite3 (1.4.4) stackprof (0.2.17) stimulus-rails (1.0.2) railties (>= 6.0.0)