From ceead5ea5c0aa68dac5a42b728c881aea9ce0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:50:16 +0000 Subject: [PATCH] Bump sqlite3 from 2.6.0 to 2.7.0 in /graph-sample 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] --- graph-sample/Gemfile | 2 +- graph-sample/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index b138563..b1d31f3 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.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/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 986cdf0..9aa6189 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -258,7 +258,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.7.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.6) @@ -307,7 +307,7 @@ DEPENDENCIES rails (~> 7.2.2) selenium-webdriver sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) stimulus-rails turbo-rails tzinfo-data