Skip to content

Commit d56f909

Browse files
committed
dev: update sqlite3 and add native platforms to the Gemfile.lock
1 parent cf9aa9d commit d56f909

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Gemfile.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ GEM
6262
nokogiri (1.13.6)
6363
mini_portile2 (~> 2.8.0)
6464
racc (~> 1.4)
65+
nokogiri (1.13.6-x86_64-darwin)
66+
racc (~> 1.4)
67+
nokogiri (1.13.6-x86_64-linux)
68+
racc (~> 1.4)
6569
racc (1.6.0)
6670
rack (2.2.3)
6771
rack-test (1.1.0)
@@ -80,14 +84,19 @@ GEM
8084
rake (13.0.6)
8185
reline (0.2.7)
8286
io-console (~> 0.5)
83-
sqlite3 (1.4.2)
87+
sqlite3 (1.5.3)
88+
mini_portile2 (~> 2.8.0)
89+
sqlite3 (1.5.3-x86_64-darwin)
90+
sqlite3 (1.5.3-x86_64-linux)
8491
thor (1.2.1)
8592
tzinfo (2.0.4)
8693
concurrent-ruby (~> 1.0)
8794
zeitwerk (2.5.1)
8895

8996
PLATFORMS
9097
ruby
98+
x86_64-darwin
99+
x86_64-linux
91100

92101
DEPENDENCIES
93102
actionmailer (>= 6.0.0)

0 commit comments

Comments
 (0)