From b6b10615580ade80582b8a36f8a90d62fbe74103 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 17 Jan 2025 07:45:51 -0600 Subject: [PATCH] Update to sqlite 2.5 --- Gemfile | 2 +- Gemfile.lock | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 85501b4..4d1a90c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "rails", "~> 7.1.0" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.5" gem 'mysql2', group: :production # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index 07f4084..5479431 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,7 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt_pbkdf (1.1.1) + bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.0) bigdecimal (3.1.9) @@ -221,6 +222,8 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) + nokogiri (1.18.1-arm64-darwin) + racc (~> 1.4) nokogiri (1.18.1-x86_64-darwin) racc (~> 1.4) nokogiri (1.18.1-x86_64-linux-gnu) @@ -345,8 +348,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.5.0-arm64-darwin) + sqlite3 (2.5.0-x86_64-darwin) + sqlite3 (2.5.0-x86_64-linux-gnu) sshkit (1.23.2) base64 net-scp (>= 1.1.2) @@ -388,6 +392,7 @@ GEM zeitwerk (2.7.1) PLATFORMS + arm64-darwin-24 x86_64-darwin-20 x86_64-darwin-22 x86_64-linux @@ -424,7 +429,7 @@ DEPENDENCIES selenium-webdriver simplecov sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 2.5) stimulus-rails turbo-rails web-console