Skip to content

Commit 2b04f63

Browse files
Merge pull request #3252 from beefproject/dependabot/bundler/sqlite3-2.5.0
Bump sqlite3 from 2.4.1 to 2.5.0
2 parents 1c1e1ad + 3d60727 commit 2b04f63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0'
26-
gem 'sqlite3', '~> 2.4'
26+
gem 'sqlite3', '~> 2.5'
2727
gem 'rubocop', '~> 1.69.2', require: false
2828

2929
# Geolocation support

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ GEM
198198
rack-protection (= 3.2.0)
199199
tilt (~> 2.0)
200200
slack-notifier (2.4.0)
201-
sqlite3 (2.4.1-x86_64-linux-gnu)
201+
sqlite3 (2.5.0-x86_64-linux-gnu)
202202
stringio (3.1.2)
203203
sync (0.5.0)
204204
term-ansicolor (1.11.2)
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
selenium-webdriver (~> 4.27)
287287
sinatra (~> 3.2)
288288
slack-notifier (~> 2.4)
289-
sqlite3 (~> 2.4)
289+
sqlite3 (~> 2.5)
290290
term-ansicolor
291291
test-unit-full (~> 0.0.5)
292292
thin (~> 1.8)

0 commit comments

Comments
 (0)