From ad25e0b5a2958a0558ec4b65237b8dcb03f84c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:38:20 +0000 Subject: [PATCH] Bump sqlite3 from 2.0.4 to 2.3.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.0.4 to 2.3.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/v2.0.4...v2.3.1) --- updated-dependencies: - dependency-name: sqlite3 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 7e0660c..cc48258 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "omniauth-rails_csrf_protection" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.0.4" +gem "sqlite3", "~> 2.3.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index a17039c..760bd2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,8 +332,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.4-x64-mingw-ucrt) - sqlite3 (2.0.4-x86_64-linux-gnu) + sqlite3 (2.3.1-x64-mingw-ucrt) + sqlite3 (2.3.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -401,7 +401,7 @@ DEPENDENCIES rubocop-rails-omakase selenium-webdriver sprockets-rails - sqlite3 (~> 2.0.4) + sqlite3 (~> 2.3.1) stimulus-rails turbo-rails tzinfo-data