From 7147d7b33327818cde62d0c3bd305aa9ccf07c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:29:08 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.4 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.4. - [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.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8f8d29e..29b6fde 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 7.0" gem "sprockets-rails", "~> 3.5" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7c9aa77..02951e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.2) timeout (0.4.1) @@ -245,7 +245,7 @@ DEPENDENCIES rake (~> 13.2) rspec-rails (~> 7.0) sprockets-rails (~> 3.5) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) RUBY VERSION ruby 3.3.1p55