File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 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'
88gem "sprockets-rails"
99
1010# Use sqlite3 as the database for Active Record
11- gem 'sqlite3' , '~> 1.4 '
11+ gem 'sqlite3' , '~> 2.5 '
1212gem 'pg'
1313
1414# Use Puma as the app server
Original file line number Diff line number Diff line change 448448 actionpack (>= 6.1 )
449449 activesupport (>= 6.1 )
450450 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 )
453453 sshkit (1.23.2 )
454454 base64
455455 net-scp (>= 1.1.2 )
496496
497497PLATFORMS
498498 arm64-darwin-23
499+ arm64-darwin-24
499500 x86_64-linux
500501
501502DEPENDENCIES
@@ -552,7 +553,7 @@ DEPENDENCIES
552553 sidekiq (~> 7.0 )
553554 simplecov
554555 sprockets-rails
555- sqlite3 (~> 1.4 )
556+ sqlite3 (~> 2.5 )
556557 timecop
557558 turbo-rails (~> 2.0 )
558559 tzinfo-data
You can’t perform that action at this time.
0 commit comments