From ff4ee2fe5346670babea02b08d07f10b1a096f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:06:28 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4 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.4.0...v2.0.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 6dc9dabd..e2d09d57 100644 --- a/Gemfile +++ b/Gemfile @@ -21,5 +21,5 @@ gem 'shotgun' gem 'simplecov' gem 'simplecov-lcov' gem 'sinatra' -gem 'sqlite3', '~> 1.4' # Ref: rails/rails#51592 +gem 'sqlite3', '~> 2.0' # Ref: rails/rails#51592 gem 'webrick'