Skip to content

Commit 90ac6fc

Browse files
committed
Upgrade to sqlite3 version 2.5
1 parent 10b0e2c commit 90ac6fc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 7.1.3'
88
gem "sprockets-rails"
99

1010
# Use sqlite3 as the database for Active Record
11-
gem 'sqlite3', '~> 1.4'
11+
gem 'sqlite3', '~> 2.5'
1212
gem 'pg'
1313

1414
# Use Puma as the app server

Gemfile.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ GEM
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)
@@ -496,6 +496,7 @@ GEM
496496

497497
PLATFORMS
498498
arm64-darwin-23
499+
arm64-darwin-24
499500
x86_64-linux
500501

501502
DEPENDENCIES
@@ -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

0 commit comments

Comments
 (0)