From 8b6bbc89341ea2f57564bfd603fae97a4d12f0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:00:02 +0000 Subject: [PATCH] Update sqlite3 requirement from 1.6.8 to 2.1.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/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.8...v2.1.1) --- 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 7ae0dc9..45aaa38 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.1.1" # Use Puma as the app server gem "puma", ">= 5.6.4" # Use SCSS for stylesheets