Merge branch 'dependabot/bundler/sqlite3-2.0.1' into bump-gems

This commit is contained in:
Stephen
2024-05-01 04:34:19 +10:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -196,8 +196,8 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
stringio (3.1.0)
sync (0.5.0)
term-ansicolor (1.8.0)
@@ -283,7 +283,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.20)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)