Merge pull request #3121 from TracksApp/dependabot/bundler/sqlite3-2.7.0

Bump sqlite3 from 1.7.3 to 2.7.0
This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 15:12:20 +03:00 committed by GitHub
commit fc2a8bb8f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ gem 'will_paginate'
gem 'rexml'
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', '~> 1.4', group: :sqlite
gem 'sqlite3', '~> 2.7', group: :sqlite
gem 'mysql2', '~> 0.5', group: :mysql
gem 'pg', '~> 1.5', group: :postgresql