Skip to content

Commit ce71efb

Browse files
author
Stephen
committed
Merge branch 'dependabot/bundler/sqlite3-2.0.1' into bump-gems
2 parents 8bcde30 + b33f004 commit ce71efb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
2424
gem 'otr-activerecord', '~> 2.2.0'
25-
gem 'sqlite3', '~> 1.7'
25+
gem 'sqlite3', '~> 2.0'
2626
gem 'rubocop', '~> 1.63.3', require: false
2727

2828
# Geolocation support

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ GEM
196196
rack-protection (= 3.2.0)
197197
tilt (~> 2.0)
198198
slack-notifier (2.4.0)
199-
sqlite3 (1.7.3-arm64-darwin)
200-
sqlite3 (1.7.3-x86_64-linux)
199+
sqlite3 (2.0.1-arm64-darwin)
200+
sqlite3 (2.0.1-x86_64-linux-gnu)
201201
stringio (3.1.0)
202202
sync (0.5.0)
203203
term-ansicolor (1.8.0)
@@ -283,7 +283,7 @@ DEPENDENCIES
283283
selenium-webdriver (~> 4.20)
284284
sinatra (~> 3.2)
285285
slack-notifier (~> 2.4)
286-
sqlite3 (~> 1.7)
286+
sqlite3 (~> 2.0)
287287
term-ansicolor
288288
test-unit-full (~> 0.0.5)
289289
thin (~> 1.8)

0 commit comments

Comments
 (0)