From 6349ba5013cfa43c6397a72dd60213736b09a9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:00:09 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.6.0 to ~> 1.7.1 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.6.0...v1.7.1) --- 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 5098976..a1f5801 100644 --- a/Gemfile +++ b/Gemfile @@ -30,4 +30,4 @@ gem 'rubocop-minitest' gem 'rubocop-rake' gem 'rubocop-rspec' gem 'simplecov' -gem 'sqlite3', '~> 1.6.0' unless is_jruby +gem 'sqlite3', '~> 1.7.1' unless is_jruby