Bump sqlite3 from 1.7.0 to 1.7.1

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.0 to 1.7.1.
- [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/v1.7.0...v1.7.1)

---
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]
2024-01-26 22:42:11 +00:00
committed by GitHub
parent 753a37d3f3
commit addfffb5b2
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.1' gem 'rake', '~> 13.1'
gem 'otr-activerecord', '~> 2.2.0' gem 'otr-activerecord', '~> 2.2.0'
gem 'sqlite3', '~> 1.6' gem 'sqlite3', '~> 1.7'
gem 'rubocop', '~> 1.59.0', require: false gem 'rubocop', '~> 1.59.0', require: false
# Geolocation support # Geolocation support

View File

@@ -197,9 +197,9 @@ GEM
rack-protection (= 3.2.0) rack-protection (= 3.2.0)
tilt (~> 2.0) tilt (~> 2.0)
slack-notifier (2.4.0) slack-notifier (2.4.0)
sqlite3 (1.7.0-aarch64-linux) sqlite3 (1.7.1-aarch64-linux)
sqlite3 (1.7.0-arm64-darwin) sqlite3 (1.7.1-arm64-darwin)
sqlite3 (1.7.0-x86_64-linux) sqlite3 (1.7.1-x86_64-linux)
stringio (3.1.0) stringio (3.1.0)
sync (0.5.0) sync (0.5.0)
term-ansicolor (1.7.1) term-ansicolor (1.7.1)
@@ -286,7 +286,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.17) selenium-webdriver (~> 4.17)
sinatra (~> 3.2) sinatra (~> 3.2)
slack-notifier (~> 2.4) slack-notifier (~> 2.4)
sqlite3 (~> 1.6) sqlite3 (~> 1.7)
term-ansicolor term-ansicolor
test-unit-full (~> 0.0.5) test-unit-full (~> 0.0.5)
thin (~> 1.8) thin (~> 1.8)