From 044804bedf97b088ad8b389eae376a76e925b1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:35:44 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4.1 to ~> 1.7.3 Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.4.1...v1.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/Gemfile.additional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/Gemfile.additional b/gemfiles/Gemfile.additional index 68bc36fb..5f2d708d 100644 --- a/gemfiles/Gemfile.additional +++ b/gemfiles/Gemfile.additional @@ -9,7 +9,7 @@ gem "httpclient" gem "rexml" gem "sequel", "> 0" gem "sidekiq" -gem "sqlite3", "~> 1.4.1" +gem "sqlite3", "~> 1.7.3" gem "tilt" gem "haml" gem "redis"