From ad2389bf40bcf7e672bc108d7e7b97bce4ef5174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:37:17 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.7.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.7.2. - [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.7.3...v2.7.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e216448..b0cc27c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.7' +gem 'sqlite3', '~> 2.7' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 5c18ed0..d7bf136 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,7 +212,7 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.8.9) minitest (5.25.4) msgpack (1.7.2) mustermann (3.0.3) @@ -348,7 +348,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.7.2) mini_portile2 (~> 2.8.0) stimulus-rails (1.3.4) railties (>= 6.0.0) @@ -424,7 +424,7 @@ DEPENDENCIES rubocop-rails selenium-webdriver sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.7) stimulus-rails turbo-rails tzinfo-data