Skip to content

Commit 04e2ba9

Browse files
Update sqlite3 requirement from ~> 1.4 to ~> 2.0 (#311)
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.0.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e1509 commit 04e2ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impressionist.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
2525
s.add_development_dependency 'bundler', '~> 2.0'
2626
s.add_development_dependency 'capybara'
2727
s.add_development_dependency 'rspec-rails'
28-
s.add_development_dependency 'sqlite3', '~> 1.4'
28+
s.add_development_dependency 'sqlite3', '~> 2.0'
2929
end

0 commit comments

Comments
 (0)