From 9bf87669af1009043347eee90d5031ce3493cdc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:57:36 +0000 Subject: [PATCH] chore(deps): Bump sqlite3 from 1.7.3 to 2.0.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.2. - [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.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index f5c2921..fe533a8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.2.2" gem "rails", "~> 7.0.8" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 23efd0c..e54c7b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -437,12 +437,12 @@ GEM psych (>= 4.0.0) reline (0.5.9) io-console (~> 0.5) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.2-aarch64-linux-gnu) + sqlite3 (2.0.2-arm-linux-gnu) + sqlite3 (2.0.2-arm64-darwin) + sqlite3 (2.0.2-x86-linux-gnu) + sqlite3 (2.0.2-x86_64-darwin) + sqlite3 (2.0.2-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -476,7 +476,7 @@ DEPENDENCIES puma (~> 5.0) rack-test rails (~> 7.0.8) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION