File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1.3'
8
8
gem "sprockets-rails"
9
9
10
10
# Use sqlite3 as the database for Active Record
11
- gem 'sqlite3' , '~> 1.4 '
11
+ gem 'sqlite3' , '~> 2.5 '
12
12
gem 'pg'
13
13
14
14
# Use Puma as the app server
Original file line number Diff line number Diff line change 448
448
actionpack (>= 6.1 )
449
449
activesupport (>= 6.1 )
450
450
sprockets (>= 3.0.0 )
451
- sqlite3 (1.7.3 -arm64-darwin )
452
- sqlite3 (1.7.3 -x86_64-linux )
451
+ sqlite3 (2.5.0 -arm64-darwin )
452
+ sqlite3 (2.5.0 -x86_64-linux-gnu )
453
453
sshkit (1.23.2 )
454
454
base64
455
455
net-scp (>= 1.1.2 )
496
496
497
497
PLATFORMS
498
498
arm64-darwin-23
499
+ arm64-darwin-24
499
500
x86_64-linux
500
501
501
502
DEPENDENCIES
@@ -552,7 +553,7 @@ DEPENDENCIES
552
553
sidekiq (~> 7.0 )
553
554
simplecov
554
555
sprockets-rails
555
- sqlite3 (~> 1.4 )
556
+ sqlite3 (~> 2.5 )
556
557
timecop
557
558
turbo-rails (~> 2.0 )
558
559
tzinfo-data
You can’t perform that action at this time.
0 commit comments