Bump sqlite3 from 2.7.4 to 2.8.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.4 to 2.8.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.7.4...v2.8.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
|
|||||||
gem 'rake', '~> 13.3'
|
gem 'rake', '~> 13.3'
|
||||||
gem 'activerecord', '~> 8.0'
|
gem 'activerecord', '~> 8.0'
|
||||||
gem 'otr-activerecord', '~> 2.5.0'
|
gem 'otr-activerecord', '~> 2.5.0'
|
||||||
gem 'sqlite3', '~> 2.7'
|
gem 'sqlite3', '~> 2.8'
|
||||||
gem 'rubocop', '~> 1.81.7', require: false
|
gem 'rubocop', '~> 1.81.7', require: false
|
||||||
|
|
||||||
# Geolocation support
|
# Geolocation support
|
||||||
|
|||||||
18
Gemfile.lock
18
Gemfile.lock
@@ -230,14 +230,14 @@ GEM
|
|||||||
rack-session (>= 2.0.0, < 3)
|
rack-session (>= 2.0.0, < 3)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
slack-notifier (2.4.0)
|
slack-notifier (2.4.0)
|
||||||
sqlite3 (2.7.4-aarch64-linux-gnu)
|
sqlite3 (2.8.0-aarch64-linux-gnu)
|
||||||
sqlite3 (2.7.4-aarch64-linux-musl)
|
sqlite3 (2.8.0-aarch64-linux-musl)
|
||||||
sqlite3 (2.7.4-arm-linux-gnu)
|
sqlite3 (2.8.0-arm-linux-gnu)
|
||||||
sqlite3 (2.7.4-arm-linux-musl)
|
sqlite3 (2.8.0-arm-linux-musl)
|
||||||
sqlite3 (2.7.4-arm64-darwin)
|
sqlite3 (2.8.0-arm64-darwin)
|
||||||
sqlite3 (2.7.4-x86_64-darwin)
|
sqlite3 (2.8.0-x86_64-darwin)
|
||||||
sqlite3 (2.7.4-x86_64-linux-gnu)
|
sqlite3 (2.8.0-x86_64-linux-gnu)
|
||||||
sqlite3 (2.7.4-x86_64-linux-musl)
|
sqlite3 (2.8.0-x86_64-linux-musl)
|
||||||
stringio (3.1.7)
|
stringio (3.1.7)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
term-ansicolor (1.11.3)
|
term-ansicolor (1.11.3)
|
||||||
@@ -335,7 +335,7 @@ DEPENDENCIES
|
|||||||
selenium-webdriver (~> 4.38)
|
selenium-webdriver (~> 4.38)
|
||||||
sinatra (~> 4.1)
|
sinatra (~> 4.1)
|
||||||
slack-notifier (~> 2.4)
|
slack-notifier (~> 2.4)
|
||||||
sqlite3 (~> 2.7)
|
sqlite3 (~> 2.8)
|
||||||
term-ansicolor
|
term-ansicolor
|
||||||
test-unit-full (~> 0.0.5)
|
test-unit-full (~> 0.0.5)
|
||||||
thin (~> 2.0)
|
thin (~> 2.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user