From ce093c314c484809047a307e95f6ca92493fa5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:42:45 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.4.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.4.1. - [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.4.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f216df6..859d050 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development do # gem "rack-mini-profiler" # Use sqlite3 as the database for Active Record - gem "sqlite3", "~> 1.7" + gem "sqlite3", "~> 2.4" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 0f054e4..a0eaa5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.4.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -373,7 +373,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.4) stimulus-rails turbo-rails tzinfo-data