From 25410623e5ce2d52780cc526326a504ea9ac8f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:00:59 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.3.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.3.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/v1.7.3...v2.3.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a5fb2bc..71305f5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 7.2.1' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 2.3' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index aee3538..eb2f0de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,12 +347,12 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.3.0-aarch64-linux-gnu) + sqlite3 (2.3.0-arm-linux-gnu) + sqlite3 (2.3.0-arm64-darwin) + sqlite3 (2.3.0-x86-linux-gnu) + sqlite3 (2.3.0-x86_64-darwin) + sqlite3 (2.3.0-x86_64-linux-gnu) sshkit (1.23.2) base64 net-scp (>= 1.1.2) @@ -436,7 +436,7 @@ DEPENDENCIES sidekiq sidekiq-scheduler sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 2.3) stimulus-rails tailwindcss-rails turbo-rails