From ecb3a2659633b69f0f5a782881acda4d14e5827a Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 6 Mar 2023 23:05:06 -0500 Subject: [PATCH] Bump sqlite3 --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a1055d5..08459be 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "3.2.0" gem "rails", "~> 7.0.4" gem "sprockets-rails" -gem "sqlite3", "~> 1.4" +gem "sqlite3" gem "puma" gem "importmap-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index cdb5478..e741d5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,8 +176,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.5.4) - mini_portile2 (~> 2.8.0) + sqlite3 (1.6.1-x86_64-linux) stimulus-rails (1.1.1) railties (>= 6.0.0) tailwindcss-rails (2.0.21-x86_64-linux) @@ -220,7 +219,7 @@ DEPENDENCIES rails (~> 7.0.4) selenium-webdriver sprockets-rails - sqlite3 (~> 1.4) + sqlite3 stimulus-rails tailwindcss-rails (~> 2.0) turbo-rails