Skip to content

Commit 5922a54

Browse files
Merge pull request beefproject#3289 from beefproject/dependabot/bundler/sqlite3-2.6.0
Bump sqlite3 from 2.5.0 to 2.6.0
2 parents 3432d7e + 738fd47 commit 5922a54

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.5'
26+
gem 'sqlite3', '~> 2.6'
2727
gem 'rubocop', '~> 1.72.2', require: false
2828

2929
# Geolocation support

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GEM
204204
rack-protection (= 3.2.0)
205205
tilt (~> 2.0)
206206
slack-notifier (2.4.0)
207-
sqlite3 (2.5.0-x86_64-linux-gnu)
207+
sqlite3 (2.6.0-x86_64-linux-gnu)
208208
stringio (3.1.2)
209209
sync (0.5.0)
210210
term-ansicolor (1.11.2)
@@ -292,7 +292,7 @@ DEPENDENCIES
292292
selenium-webdriver (~> 4.29)
293293
sinatra (~> 3.2)
294294
slack-notifier (~> 2.4)
295-
sqlite3 (~> 2.5)
295+
sqlite3 (~> 2.6)
296296
term-ansicolor
297297
test-unit-full (~> 0.0.5)
298298
thin (~> 1.8)

0 commit comments

Comments
 (0)