Skip to content

Commit e9ff5e6

Browse files
Update sqlite3 requirement from ~> 1.4 to ~> 2.0 (#1620)
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 76b95ad commit e9ff5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devise_token_auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
s.add_dependency 'bcrypt', '~> 3.0'
2828

2929
s.add_development_dependency 'appraisal'
30-
s.add_development_dependency 'sqlite3', '~> 1.4'
30+
s.add_development_dependency 'sqlite3', '~> 2.0'
3131
s.add_development_dependency 'pg'
3232
s.add_development_dependency 'mysql2'
3333
s.add_development_dependency 'mongoid', '>= 4', '< 8'

0 commit comments

Comments
 (0)