File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3'
22
22
gem 'espeak-ruby' , '~> 1.1.0' # Text-to-Voice
23
23
gem 'rake' , '~> 13.2'
24
24
gem 'otr-activerecord' , '~> 2.2.0'
25
- gem 'sqlite3' , '~> 1.7 '
25
+ gem 'sqlite3' , '~> 2.0 '
26
26
gem 'rubocop' , '~> 1.63.3' , require : false
27
27
28
28
# Geolocation support
Original file line number Diff line number Diff line change 196
196
rack-protection (= 3.2.0 )
197
197
tilt (~> 2.0 )
198
198
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 )
201
201
stringio (3.1.0 )
202
202
sync (0.5.0 )
203
203
term-ansicolor (1.8.0 )
@@ -283,7 +283,7 @@ DEPENDENCIES
283
283
selenium-webdriver (~> 4.20 )
284
284
sinatra (~> 3.2 )
285
285
slack-notifier (~> 2.4 )
286
- sqlite3 (~> 1.7 )
286
+ sqlite3 (~> 2.0 )
287
287
term-ansicolor
288
288
test-unit-full (~> 0.0.5 )
289
289
thin (~> 1.8 )
You can’t perform that action at this time.
0 commit comments