From f068290699a745b415d42a25527c82a00b06f3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:56:55 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4.1 to ~> 1.6.1 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/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.4.1...v1.6.1) --- 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 1ee31f4d..f6581cc2 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.6.1" gem "tilt" gem "haml" gem "redis"