From a0f549c19b08777b5759289a35ffc74b2b9a7a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:24:43 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 2.4.0 to ~> 2.5.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/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- anony.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anony.gemspec b/anony.gemspec index d3b34ed..f8ff7b0 100644 --- a/anony.gemspec +++ b/anony.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "yard", "~> 0.9.20" # For integration testing - spec.add_development_dependency "sqlite3", "~> 2.4.0" + spec.add_development_dependency "sqlite3", "~> 2.5.0" if ENV["RAILS_VERSION"] spec.add_dependency "activerecord", "~> #{ENV['RAILS_VERSION']}"