From cf3ced6386eaf171c5691e9462fb351df69690cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:48:46 +0000 Subject: [PATCH] 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9ff2d3f..1dae3b6 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 6.1" gem "sprockets-rails", "~> 3.5" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index f572bf2..2131ac3 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.2-arm64-darwin) + sqlite3 (2.0.2-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -245,7 +245,7 @@ DEPENDENCIES rake (~> 13.2) rspec-rails (~> 6.1) sprockets-rails (~> 3.5) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) RUBY VERSION ruby 3.3.1p55