Skip to content

Commit 2424630

Browse files
chore(deps): Update sqlite3 requirement from ~> 1.4 to ~> 2.8
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.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb899a9 commit 2424630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 7.1.3', '>= 7.1.3.2'
99
gem 'sprockets-rails'
1010

1111
# Use sqlite3 as the database for Active Record
12-
gem 'sqlite3', '~> 1.4'
12+
gem 'sqlite3', '~> 2.8'
1313

1414
# Use the Puma web server [https://github.com/puma/puma]
1515
gem 'puma', '>= 5.0'

0 commit comments

Comments
 (0)