Commit 57732c0 1 parent 2d9de0d commit 57732c0 Copy full SHA for 57732c0
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ruby "3.2.2"
6
6
gem "rails" , "~> 7.0.8"
7
7
8
8
# Use sqlite3 as the database for Active Record
9
- gem "sqlite3" , "~> 1.4 "
9
+ gem "sqlite3" , "~> 2.0 "
10
10
11
11
# Use the Puma web server [https://github.com/puma/puma]
12
12
gem "puma" , "~> 6.4"
Original file line number Diff line number Diff line change @@ -437,12 +437,12 @@ GEM
437
437
psych (>= 4.0.0 )
438
438
reline (0.5.9 )
439
439
io-console (~> 0.5 )
440
- sqlite3 (1.7 .3-aarch64-linux )
441
- sqlite3 (1.7 .3-arm-linux )
442
- sqlite3 (1.7 .3-arm64-darwin )
443
- sqlite3 (1.7 .3-x86-linux )
444
- sqlite3 (1.7 .3-x86_64-darwin )
445
- sqlite3 (1.7 .3-x86_64-linux )
440
+ sqlite3 (2.0 .3-aarch64-linux-gnu )
441
+ sqlite3 (2.0 .3-arm-linux-gnu )
442
+ sqlite3 (2.0 .3-arm64-darwin )
443
+ sqlite3 (2.0 .3-x86-linux-gnu )
444
+ sqlite3 (2.0 .3-x86_64-darwin )
445
+ sqlite3 (2.0 .3-x86_64-linux-gnu )
446
446
stringio (3.1.1 )
447
447
thor (1.3.1 )
448
448
timeout (0.4.1 )
@@ -476,7 +476,7 @@ DEPENDENCIES
476
476
puma (~> 6.4 )
477
477
rack-test
478
478
rails (~> 7.0.8 )
479
- sqlite3 (~> 1.4 )
479
+ sqlite3 (~> 2.0 )
480
480
tzinfo-data
481
481
482
482
RUBY VERSION
You can’t perform that action at this time.
0 commit comments