From 300f4d749c547fdd1d46d5058f1c0f71ae280943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:09:20 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.1 in the ruby group Bumps the ruby group with 1 update: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `sqlite3` 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 dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c550717..34069ee 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "importmap-rails" gem "propshaft" gem "rails" gem "rake" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" gem "stimulus-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 81730c3..3e45362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,10 +334,10 @@ GEM shoulda-matchers (6.2.0) activesupport (>= 5.2.0) smart_properties (1.17.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-linux) + sqlite3 (2.0.1-arm64-darwin) + sqlite3 (2.0.1-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -389,7 +389,7 @@ DEPENDENCIES rubocop-rake rubocop-rspec shoulda-matchers - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails