From 2b3093702488d31bdf969a1b5f626728394e2d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 13:24:14 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.2 to 2.0.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.2 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.2...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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 361f2cd..7d6a3c5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '3.0.0' # 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' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index a78a7cb..e2c1ed8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.2) + sqlite3 (2.0.1) mini_portile2 (~> 2.8.0) stringio (3.1.0) thor (1.3.1) @@ -274,7 +274,7 @@ DEPENDENCIES selenium-webdriver spring spring-watcher-listen (~> 2.1.0) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) turbolinks (~> 5) tzinfo-data web-console (>= 3.3.0)