From 336123f5bc870e2dc1ff06afc11eef97aaf35f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:38:42 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 2.6.0 to 2.7.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.6.0 to 2.7.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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ca5c9c9..3a679f2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 8.0.2" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.6" +gem "sqlite3", "~> 2.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6" diff --git a/Gemfile.lock b/Gemfile.lock index 04fbe91..838cf0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -435,8 +435,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.6.0-x86_64-darwin) - sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.7.0-x86_64-darwin) + sqlite3 (2.7.0-x86_64-linux-gnu) stringio (3.1.7) tailwindcss-rails (4.2.3) railties (>= 7.0.0) @@ -471,7 +471,7 @@ DEPENDENCIES simplecov simplecov-cobertura sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) tailwindcss-rails (~> 4.2) tzinfo-data