From ed0abbf6be7852e26feb612bc975a6dffdc511f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 00:10:39 +0000 Subject: [PATCH] Bump sqlite3 from 1.4.4 to 1.6.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.4 to 1.6.0. - [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.4.4...v1.6.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 765dac1d..1c4abed4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1614,7 +1614,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.4) + sqlite3 (1.6.0) + mini_portile2 (~> 2.8.0) + sqlite3 (1.6.0-x86_64-linux) stackprof (0.2.21) statsd-ruby (1.5.0) stripe (5.55.0)