From 06628e1bf551a92034202ee07dfe587f78e48ba4 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Mon, 16 Dec 2024 16:13:03 -0600 Subject: [PATCH] Update gems --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8d6a24c3..1c8d5507 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gemspec gem "appraisal" gem "pg" -gem "sqlite3", "~> 1.7" +gem "sqlite3" gem "standard" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index b3916d1b..71222059 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,9 +244,9 @@ GEM faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.4.1-arm64-darwin) + sqlite3 (2.4.1-x86_64-darwin) + sqlite3 (2.4.1-x86_64-linux-gnu) standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -292,7 +292,7 @@ DEPENDENCIES googleauth (~> 1.1) noticed! pg - sqlite3 (~> 1.7) + sqlite3 standard webmock