From f132e0294b5f81bb8fb18754b502282a1c12b471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:46:37 +0000 Subject: [PATCH] Bump sqlite3 from 2.2.0 to 2.3.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.2.0 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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c6fcc34..7085e2b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "rails", github: "rails/rails", branch: "main" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.2" +gem "sqlite3", "~> 2.3" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 9a18bcb..4d0d2e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,12 +273,12 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sqlite3 (2.2.0-aarch64-linux-gnu) - sqlite3 (2.2.0-arm-linux-gnu) - sqlite3 (2.2.0-arm64-darwin) - sqlite3 (2.2.0-x86-linux-gnu) - sqlite3 (2.2.0-x86_64-darwin) - sqlite3 (2.2.0-x86_64-linux-gnu) + 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) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) @@ -328,7 +328,7 @@ DEPENDENCIES redis (>= 4.0.1) rubocop-rails-omakase selenium-webdriver - sqlite3 (~> 2.2) + sqlite3 (~> 2.3) stimulus-rails turbo-rails tzinfo-data