From 73bf97a3d4752eb51992f99ad58e404b22f6cc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:27:47 +0000 Subject: [PATCH] Bump sqlite3 from 2.4.1 to 2.5.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.4.1 to 2.5.0. - [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/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f75855..c3bf25c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec gem "puma" -gem "sqlite3", "~> 2.4" +gem "sqlite3", "~> 2.5" gem "standard" diff --git a/Gemfile.lock b/Gemfile.lock index 8a9da66..48d3e75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sqlite3 (2.4.1) + sqlite3 (2.5.0) mini_portile2 (~> 2.8.0) standard (1.42.1) language_server-protocol (~> 3.17.0.2) @@ -186,7 +186,7 @@ DEPENDENCIES puma reissue simplecov - sqlite3 (~> 2.4) + sqlite3 (~> 2.5) standard BUNDLED WITH