From 500988d00b51dae869e3fa66587aca4cdbea5307 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 22 Apr 2024 19:03:29 -0400 Subject: [PATCH] lock sqlite for now Backport has been propsed --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1913eae..519b478 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", "7.1.3.2" gem "sprockets-rails" -gem "sqlite3" +gem "sqlite3", "< 2" gem "puma" gem "importmap-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 51784cb..e5bb4a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,8 +232,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (2.0.1-arm64-darwin) - sqlite3 (2.0.1-x86_64-linux-gnu) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-linux) standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -294,7 +294,7 @@ DEPENDENCIES rails (= 7.1.3.2) selenium-webdriver sprockets-rails - sqlite3 + sqlite3 (< 2) standard stimulus-rails tailwindcss-rails (~> 2.0)