1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Bump sqlite3 from 1.6.3 to 1.6.7

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.3 to 1.6.7.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.3...v1.6.7)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-16 15:04:18 +00:00
committed by GitHub
parent 59c51f466a
commit cbb37cfeba
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ gem 'rails', '~> 7.0.6'
# Use Puma as the app server
gem 'puma', '~> 6.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6.3'
gem 'sqlite3', '~> 1.6.7'
gem 'mysql2', '~> 0.5.5', group: :production