File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem 'blacklight', '~> 8.2'
7
7
gem "rails" , "~> 7.1.1"
8
8
9
9
# Use sqlite3 as the database for Active Record
10
- gem "sqlite3" , "~> 1.4 "
10
+ gem "sqlite3" , "~> 2.5 "
11
11
12
12
# Use the Puma web server [https://github.com/puma/puma]
13
13
gem "puma" , "~> 6.0"
Original file line number Diff line number Diff line change 429
429
ostruct
430
430
retriable
431
431
ruby-progressbar
432
- sqlite3 (1.7.3 -arm64-darwin )
433
- sqlite3 (1.7.3 -x86_64-darwin )
434
- sqlite3 (1.7.3 -x86_64-linux )
432
+ sqlite3 (2.5.0 -arm64-darwin )
433
+ sqlite3 (2.5.0 -x86_64-darwin )
434
+ sqlite3 (2.5.0 -x86_64-linux-gnu )
435
435
sshkit (1.23.2 )
436
436
base64
437
437
net-scp (>= 1.1.2 )
495
495
496
496
PLATFORMS
497
497
arm64-darwin-23
498
+ arm64-darwin-24
498
499
x86_64-darwin-22
499
500
x86_64-linux
500
501
@@ -527,7 +528,7 @@ DEPENDENCIES
527
528
rubocop-rspec (~> 2.13 )
528
529
selenium-webdriver
529
530
solr_wrapper (>= 0.3 )
530
- sqlite3 (~> 1.4 )
531
+ sqlite3 (~> 2.5 )
531
532
stimulus-rails
532
533
turbo-rails
533
534
tzinfo-data
You can’t perform that action at this time.
0 commit comments