From a540cfe31974ae3d5aec22aa7042bdd1a6f60498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:36:27 +0000 Subject: [PATCH] Update sqlite3 requirement from 1.6.8 to 2.0.4 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.6.8...v2.0.4) --- 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 4624895..933d46a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby "~> 3.1.1" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 7.0.3" # Use sqlite3 as the database for Active Record -gem "sqlite3", "1.6.8" +gem "sqlite3", "2.0.4" # Use Puma as the app server gem "puma", ">= 5.6.4" # Use SCSS for stylesheets