From baf05768a07712ae3698b22cb607480d2f98babd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:23:01 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 2.0.4 to 2.1.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.0.4 to 2.1.0. - [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/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3c13fba..582726a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.1" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.0" +gem "sqlite3", "~> 2.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index 916ba5b..56c52e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,8 +411,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.4-x86_64-darwin) - sqlite3 (2.0.4-x86_64-linux-gnu) + sqlite3 (2.1.0-x86_64-darwin) + sqlite3 (2.1.0-x86_64-linux-gnu) stringio (3.1.1) strscan (3.1.0) tailwindcss-rails (2.7.6-x86_64-darwin) @@ -446,7 +446,7 @@ DEPENDENCIES simplecov simplecov-cobertura sprockets-rails - sqlite3 (~> 2.0) + sqlite3 (~> 2.1) tailwindcss-rails (~> 2.7) tzinfo-data