From 661c1dab421fbd0848f5f2b60ebf5265241d595d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:31:55 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 1.6.7 to 1.6.8 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.7 to 1.6.8. - [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.7...v1.6.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 51eaa4d..087ccd6 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'sidekiq-failures', '~> 1.0.4' # Database gem 'activerecord', '~> 7.0.8' -gem 'sqlite3', '~> 1.6.7' +gem 'sqlite3', '~> 1.6.8' # Tools gem 'chronic_duration', '~> 0.10.6' diff --git a/Gemfile.lock b/Gemfile.lock index 43c2393..6f8f19f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM lumberjack (1.2.9) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) multi_json (1.15.0) multi_xml (0.6.0) @@ -155,9 +155,9 @@ GEM rack-protection (= 3.1.0) sinatra (= 3.1.0) tilt (~> 2.0) - sqlite3 (1.6.7) + sqlite3 (1.6.8) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.7-arm64-darwin) + sqlite3 (1.6.8-arm64-darwin) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.2.2) @@ -192,7 +192,7 @@ DEPENDENCIES sidekiq-failures (~> 1.0.4) sinatra (~> 3.1.0) sinatra-contrib (~> 3.1.0) - sqlite3 (~> 1.6.7) + sqlite3 (~> 1.6.8) BUNDLED WITH 2.4.1