Skip to content

Commit 63e9d95

Browse files
Update sqlite3 requirement from ~> 1.6 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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e28bd4f commit 63e9d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_amazon_sidebar.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
3131
spec.add_development_dependency "rubocop-rspec", "~> 3.4.0"
3232
spec.add_development_dependency "rubocop-rspec_rails", "~> 2.30.0"
3333
spec.add_development_dependency "simplecov", "~> 0.22.0"
34-
spec.add_development_dependency "sqlite3", "~> 1.6"
34+
spec.add_development_dependency "sqlite3", "~> 2.7"
3535
end

0 commit comments

Comments
 (0)