Skip to content

Commit 79674cf

Browse files
Update sqlite3 requirement from ~> 1.4 to ~> 2.9
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](sparklemotion/sqlite3-ruby@v1.4.0...v2.9.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c888f2 commit 79674cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publify_textfilter_code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Gem::Specification.new do |s|
3232
s.add_development_dependency "rubocop-rspec", "~> 3.7.0"
3333
s.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0"
3434
s.add_development_dependency "simplecov", "~> 0.22.0"
35-
s.add_development_dependency "sqlite3", "~> 1.4"
35+
s.add_development_dependency "sqlite3", "~> 2.9"
3636
s.metadata["rubygems_mfa_required"] = "true"
3737
end

0 commit comments

Comments
 (0)