From d5775c086dd4db230c6fb34d4c401a7a01abba0c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 21 Jun 2024 21:46:25 -0400 Subject: [PATCH] Unlock sqlite3 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e47caad..033ab42 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" gem "sprockets-rails" -gem "sqlite3", "< 2" +gem "sqlite3" gem "puma" gem "importmap-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index b1f1264..f34018e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,8 +234,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.2-arm64-darwin) + sqlite3 (2.0.2-x86_64-linux-gnu) standard (1.37.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -298,7 +298,7 @@ DEPENDENCIES rails! selenium-webdriver sprockets-rails - sqlite3 (< 2) + sqlite3 standard stimulus-rails tailwindcss-rails (~> 2.0)