From cfa60333bbc6d622a3245d43dfaf066602379a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:34:46 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.8 to 1.6.9 in /src Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.8 to 1.6.9. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.8...v1.6.9) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Gemfile | 2 +- src/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Gemfile b/src/Gemfile index 9eebe82..182c8cb 100644 --- a/src/Gemfile +++ b/src/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 7.1.2' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 1.6' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0' diff --git a/src/Gemfile.lock b/src/Gemfile.lock index fb33141..d4cbb9c 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -221,9 +221,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.8-aarch64-linux) - sqlite3 (1.6.8-arm64-darwin) - sqlite3 (1.6.8-x86_64-linux) + sqlite3 (1.6.9-aarch64-linux) + sqlite3 (1.6.9-arm64-darwin) + sqlite3 (1.6.9-x86_64-linux) stimulus-rails (1.3.0) railties (>= 6.0.0) stringio (3.0.9) @@ -273,7 +273,7 @@ DEPENDENCIES rails (~> 7.1.2) selenium-webdriver sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 1.6) stimulus-rails tailwindcss-rails (~> 2.0) turbo-rails