From dabf85b3cdf7d5362360d343393eb4f9b5897d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:35:27 +0000 Subject: [PATCH] build(deps): bump sqlite3 from 1.6.1 to 1.7.3 in /sample Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.1 to 1.7.3. - [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.1...v1.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/Gemfile | 2 +- sample/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/Gemfile b/sample/Gemfile index e989c8a..43cc567 100644 --- a/sample/Gemfile +++ b/sample/Gemfile @@ -6,7 +6,7 @@ ruby ">= 2.5.0" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.7' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.6' +gem 'sqlite3', '~> 1.7' # Use Puma as the app server gem 'puma', '~> 5.6' diff --git a/sample/Gemfile.lock b/sample/Gemfile.lock index c3fe84d..9114442 100644 --- a/sample/Gemfile.lock +++ b/sample/Gemfile.lock @@ -109,7 +109,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.18.0) msgpack (1.7.2) multi_xml (0.6.0) @@ -206,7 +206,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.1) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) thor (1.2.1) timeout (0.3.2) @@ -249,7 +249,7 @@ DEPENDENCIES rails (~> 6.1.7) selenium-webdriver spring - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) turbolinks (~> 5) tzinfo-data web-console (>= 4.2.0)