Skip to content

Commit 440311b

Browse files
committed
Update nokogiri and nio4r
1 parent 059b314 commit 440311b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ GEM
9696
marcel (1.0.2)
9797
method_source (1.0.0)
9898
mini_mime (1.1.2)
99+
mini_portile2 (2.8.8)
99100
minitest (5.17.0)
100101
mocha (2.0.2)
101102
ruby2_keywords (>= 0.0.5)
@@ -108,12 +109,12 @@ GEM
108109
timeout
109110
net-smtp (0.3.3)
110111
net-protocol
111-
nio4r (2.5.8)
112-
nokogiri (1.14.3-arm64-darwin)
112+
nio4r (2.7.4)
113+
nokogiri (1.17.2-arm64-darwin)
113114
racc (~> 1.4)
114-
nokogiri (1.14.3-x86_64-darwin)
115+
nokogiri (1.17.2-x86_64-darwin)
115116
racc (~> 1.4)
116-
nokogiri (1.14.3-x86_64-linux)
117+
nokogiri (1.17.2-x86_64-linux)
117118
racc (~> 1.4)
118119
observer (0.1.2)
119120
parallel (1.22.1)
@@ -124,7 +125,7 @@ GEM
124125
method_source (~> 1.0)
125126
pry-nav (1.0.0)
126127
pry (>= 0.9.10, < 0.15)
127-
racc (1.6.2)
128+
racc (1.8.1)
128129
rack (2.2.6.4)
129130
rack-test (2.0.2)
130131
rack (>= 1.3)
@@ -182,9 +183,8 @@ GEM
182183
actionpack (>= 5.2)
183184
activesupport (>= 5.2)
184185
sprockets (>= 3.0.0)
185-
sqlite3 (1.6.0-arm64-darwin)
186-
sqlite3 (1.6.0-x86_64-darwin)
187-
sqlite3 (1.6.0-x86_64-linux)
186+
sqlite3 (1.6.0)
187+
mini_portile2 (~> 2.8.0)
188188
standard (1.19.1)
189189
language_server-protocol (~> 3.17.0.2)
190190
rubocop (= 1.39.0)
@@ -206,6 +206,7 @@ PLATFORMS
206206
arm64-darwin-22
207207
x86_64-darwin-19
208208
x86_64-darwin-22
209+
x86_64-darwin-23
209210
x86_64-linux
210211

211212
DEPENDENCIES

0 commit comments

Comments
 (0)