From 691148baab0ad0011fd5c1d8ff75217a00d269a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:29:46 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 1.6.9 to 2.0.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 2.0.2. - [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/v1.6.9...v2.0.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c23a489..5fe2b51 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'sidekiq-failures', '~> 1.0.4' # Database gem 'activerecord', '~> 7.1.3' -gem 'sqlite3', '~> 1.6.9' +gem 'sqlite3', '~> 2.0.2' # Tools gem 'chronic_duration', '~> 0.10.6' diff --git a/Gemfile.lock b/Gemfile.lock index a5b52a4..181e0db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM lumberjack (1.2.9) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.22.2) multi_json (1.15.0) multi_xml (0.6.0) @@ -165,9 +165,9 @@ GEM rack-protection (= 3.1.0) sinatra (= 3.1.0) tilt (~> 2.0) - sqlite3 (1.6.9) + sqlite3 (2.0.2) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.9-arm64-darwin) + sqlite3 (2.0.2-arm64-darwin) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.2.2) @@ -203,7 +203,7 @@ DEPENDENCIES sidekiq-failures (~> 1.0.4) sinatra (~> 3.1.0) sinatra-contrib (~> 3.1.0) - sqlite3 (~> 1.6.9) + sqlite3 (~> 2.0.2) BUNDLED WITH 2.4.1