From b30c075665cbceb11ab5eaa06ced26b85dff52c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:02:17 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4.1 to ~> 1.5.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/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.4.1...v1.5.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 014a45bc..5db7c074 100644 --- a/gemfiles/Gemfile.additional +++ b/gemfiles/Gemfile.additional @@ -10,7 +10,7 @@ gem "httpclient" gem "rexml" gem "sequel", "> 0" gem "sidekiq" -gem "sqlite3", "~> 1.4.1" +gem "sqlite3", "~> 1.5.3" gem "tilt" gem "haml"