From 5823ccf04e0339e6a65c1d7f71129979675f7e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:59:02 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4 to ~> 2.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.0...v2.2.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 473a992..c8970bd 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gemspec # To use a debugger # gem 'byebug', group: [:development, :test] -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.2" alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "7.3-stable") gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch