From e25e17d1a96d2567ac1bc4fd416d6fc604232142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:04:32 +0000 Subject: [PATCH] chore(deps): update sqlite3 requirement from ~> 1.5 to ~> 2.0 Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version. - [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.5.0...v2.0.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6043685c..4ad3d683 100644 --- a/Gemfile +++ b/Gemfile @@ -24,5 +24,5 @@ gem 'rspec', '~> 3.12' gem 'rspec-rails', '~> 7.0' gem 'rubocop', '~> 1.44' gem 'rubocop-rake' -gem 'sqlite3', '~> 1.5' +gem 'sqlite3', '~> 2.0' gem 'yard', '>= 0.9.34'