From d27efacf594073799dd04bf65b60f18906b956ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:34:51 +0100 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 1.7.0 (#3) Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 1.7.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.6.9...v1.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 43081b1..35bbaf0 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 7.1.2' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 1.7' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index b7e5dd7..4ca0fd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -333,8 +333,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-aarch64-linux) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-aarch64-linux) + sqlite3 (1.7.0-x86_64-linux) sshkit (1.21.6) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) @@ -400,7 +400,7 @@ DEPENDENCIES sentry-rails (~> 5.14) sentry-ruby (~> 5.14) sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 1.7) stimulus-rails tailwindcss-rails turbo-rails