From cf509ea7b5968ac28225bdf075304163989d5dc2 Mon Sep 17 00:00:00 2001 From: "Gregory N. Schmit" Date: Mon, 22 Apr 2024 16:30:27 -0500 Subject: [PATCH] Adjust sqlite version contraint for dev. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a4a3035..afcb414 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ RAILS_VERSION = Gem::Version.new( ) gem "rails", "~> #{RAILS_VERSION}" gem "rake" -gem "sqlite3" +gem "sqlite3", "~> 1.4" gem "puma" # Only Rails >=7.1 gems. diff --git a/Gemfile.lock b/Gemfile.lock index e8af717..0162988 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ DEPENDENCIES simplecov simplecov-lcov (= 0.8.0) solid_queue - sqlite3 + sqlite3 (~> 1.4) stackprof translate_enum web-console