From f5a5ad5d6f647e06f7e5dea6c60ee3368e8eb3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:23:54 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.1. - [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.7.3...v2.0.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 41f28c7d..68ed70eb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '3.3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.1.3' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.7' +gem 'sqlite3', '~> 2.0' # Use Puma as the app server gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index 1c9a1d1b..c45e1d58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -429,11 +429,11 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.1) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.1-arm64-darwin) + sqlite3 (2.0.1-x86_64-darwin) + sqlite3 (2.0.1-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -508,7 +508,7 @@ DEPENDENCIES selenium-webdriver simplecov sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data