Skip to content

Commit e0f0402

Browse files
Merge pull request #3238 from beefproject/dependabot/bundler/sqlite3-2.4.1
Bump sqlite3 from 2.2.0 to 2.4.1
2 parents 800dabb + 7e1305f commit e0f0402

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.4.0'
26-
gem 'sqlite3', '~> 2.2'
26+
gem 'sqlite3', '~> 2.4'
2727
gem 'rubocop', '~> 1.68.0', require: false
2828

2929
# Geolocation support

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ GEM
210210
rack-protection (= 3.2.0)
211211
tilt (~> 2.0)
212212
slack-notifier (2.4.0)
213-
sqlite3 (2.2.0-aarch64-linux-gnu)
214-
sqlite3 (2.2.0-arm-linux-gnu)
215-
sqlite3 (2.2.0-arm64-darwin)
216-
sqlite3 (2.2.0-x86-linux-gnu)
217-
sqlite3 (2.2.0-x86_64-darwin)
218-
sqlite3 (2.2.0-x86_64-linux-gnu)
213+
sqlite3 (2.4.1-aarch64-linux-gnu)
214+
sqlite3 (2.4.1-arm-linux-gnu)
215+
sqlite3 (2.4.1-arm64-darwin)
216+
sqlite3 (2.4.1-x86-linux-gnu)
217+
sqlite3 (2.4.1-x86_64-darwin)
218+
sqlite3 (2.4.1-x86_64-linux-gnu)
219219
stringio (3.1.2)
220220
sync (0.5.0)
221221
term-ansicolor (1.11.2)
@@ -306,7 +306,7 @@ DEPENDENCIES
306306
selenium-webdriver (~> 4.27)
307307
sinatra (~> 3.2)
308308
slack-notifier (~> 2.4)
309-
sqlite3 (~> 2.2)
309+
sqlite3 (~> 2.4)
310310
term-ansicolor
311311
test-unit-full (~> 0.0.5)
312312
thin (~> 1.8)

0 commit comments

Comments
 (0)