From 72f5fa4db9a3ff12863983194e053543926fb5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:39:41 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.6 to 1.6.7 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.6 to 1.6.7. - [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.6...v1.6.7) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5ad59199..b3edbb74 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.0.0' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.5' +gem 'sqlite3', '~> 1.6' # Use Puma as the app server gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index efd00847..bbac83c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,11 +409,11 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.6) + sqlite3 (1.6.7) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.6-arm64-darwin) - sqlite3 (1.6.6-x86_64-darwin) - sqlite3 (1.6.6-x86_64-linux) + sqlite3 (1.6.7-arm64-darwin) + sqlite3 (1.6.7-x86_64-darwin) + sqlite3 (1.6.7-x86_64-linux) stimulus-rails (1.2.2) railties (>= 6.0.0) sys-filesystem (1.4.4) @@ -487,7 +487,7 @@ DEPENDENCIES selenium-webdriver simplecov sprockets-rails - sqlite3 (~> 1.5) + sqlite3 (~> 1.6) stimulus-rails turbo-rails tzinfo-data