From f189555446c99a58c0f3606ce7227b64ce76e7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:07:32 +0000 Subject: [PATCH] chore(deps): 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9e74d2c..51eaa4d 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.6' +gem 'sqlite3', '~> 1.6.7' # Tools gem 'chronic_duration', '~> 0.10.6' diff --git a/Gemfile.lock b/Gemfile.lock index 8f89e2d..737ba1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,9 +155,9 @@ GEM rack-protection (= 3.1.0) sinatra (= 3.1.0) tilt (~> 2.0) - sqlite3 (1.6.6) + sqlite3 (1.6.7) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.6-arm64-darwin) + sqlite3 (1.6.7-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.6) + sqlite3 (~> 1.6.7) BUNDLED WITH 2.4.1