Skip to content

Commit eaa15b2

Browse files
chore(deps): update dependency sqlite3 to v1.7.3
1 parent cc125c6 commit eaa15b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ GEM
110110
nio4r (2.7.0)
111111
nokogiri (1.16.6-arm64-darwin)
112112
racc (~> 1.4)
113+
nokogiri (1.16.6-x86_64-darwin)
114+
racc (~> 1.4)
115+
nokogiri (1.16.6-x86_64-linux)
116+
racc (~> 1.4)
113117
pry (0.14.2)
114118
coderay (~> 1.1)
115119
method_source (~> 1.0)
@@ -154,9 +158,9 @@ GEM
154158
psych (>= 4.0.0)
155159
reline (0.4.2)
156160
io-console (~> 0.5)
157-
sqlite3 (1.6.2-arm64-darwin)
158-
sqlite3 (1.6.2-x86_64-darwin)
159-
sqlite3 (1.6.2-x86_64-linux)
161+
sqlite3 (1.7.3-arm64-darwin)
162+
sqlite3 (1.7.3-x86_64-darwin)
163+
sqlite3 (1.7.3-x86_64-linux)
160164
stringio (3.1.0)
161165
thor (1.3.1)
162166
timeout (0.4.1)

0 commit comments

Comments
 (0)