From dda70c816550863f59ce5b9a0ecf4eef0f186835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:15:28 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4.1 to ~> 2.0.2 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...v2.0.2) --- 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..d3090fc2 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", "~> 2.0.2" gem "tilt" gem "haml" gem "redis"