From 716ca5951caec3dd27c0f9f93ce5e6ad59e14d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:43:41 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 2.2.0 to ~> 2.3.0 (#120) 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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- anony.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anony.gemspec b/anony.gemspec index 332a241..e3a3fb0 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.2.0" + spec.add_development_dependency "sqlite3", "~> 2.3.0" if ENV["RAILS_VERSION"] spec.add_dependency "activerecord", "~> #{ENV['RAILS_VERSION']}"