From f73caa0c7fe80a398154756cafb2c4faa830f406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:05:18 +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.3) --- 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 3e6dd5dc..156aa71e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,5 +24,5 @@ gem 'rspec', '~> 3.12' gem 'rspec-rails', '~> 6.0' gem 'rubocop', '~> 1.44' gem 'rubocop-rake' -gem 'sqlite3', '~> 1.5' +gem 'sqlite3', '~> 2.0' gem 'yard', '>= 0.9.34'