Merge pull request #3205 from TracksApp/dependabot/bundler/sqlite3-2.8.1

Bump sqlite3 from 2.7.4 to 2.8.1
This commit is contained in:
Jyri-Petteri Paloposki 2025-12-08 02:04:06 +02:00 committed by GitHub
commit 7dded5053c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -384,7 +384,7 @@ GEM
actionpack (>= 6.1) actionpack (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (2.7.4) sqlite3 (2.8.1)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
stringio (3.1.7) stringio (3.1.7)
stripe (17.2.0) stripe (17.2.0)
@ -465,7 +465,7 @@ DEPENDENCIES
solargraph solargraph
spring (~> 4) spring (~> 4)
sprockets-rails sprockets-rails
sqlite3 (~> 2.7) sqlite3 (~> 2.8)
stripe stripe
terser terser
tolk (~> 6.0.0) tolk (~> 6.0.0)