Merge pull request #3289 from beefproject/dependabot/bundler/sqlite3-2.6.0

Bump sqlite3 from 2.5.0 to 2.6.0
This commit is contained in:
github-actions[bot]
2025-03-11 02:55:37 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.2'
gem 'activerecord', '~> 7.2'
gem 'otr-activerecord', '~> 2.5.0'
gem 'sqlite3', '~> 2.5'
gem 'sqlite3', '~> 2.6'
gem 'rubocop', '~> 1.72.2', require: false
# Geolocation support

View File

@@ -204,7 +204,7 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.6.0-x86_64-linux-gnu)
stringio (3.1.2)
sync (0.5.0)
term-ansicolor (1.11.2)
@@ -292,7 +292,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.29)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.5)
sqlite3 (~> 2.6)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)