Skip to content

Commit 6e7b451

Browse files
Update sqlite3 requirement from ~> 1.4 to ~> 2.7
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.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 662c600 commit 6e7b451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_textfilter_code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |s|
2828
s.add_development_dependency "rubocop-rails", "~> 2.32.0"
2929
s.add_development_dependency "rubocop-rspec", "~> 3.4.0"
3030
s.add_development_dependency "simplecov", "~> 0.22.0"
31-
s.add_development_dependency "sqlite3", "~> 1.4"
31+
s.add_development_dependency "sqlite3", "~> 2.7"
3232
s.metadata["rubygems_mfa_required"] = "true"
3333
end

0 commit comments

Comments
 (0)