Skip to content

Commit aa25ed9

Browse files
update rack and nokogiri (#2921)
## 🎫 Ticket No ticket ## 🛠 Changes Gemfile.lock updated for web, admin, portal, and api_client ## ℹ️ Context Rack and nokogiri had security concerns. ## 🧪 Validation Passes ci
1 parent 5a9c073 commit aa25ed9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dpc-admin/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ GEM
267267
net-protocol
268268
newrelic_rpm (8.16.0)
269269
nio4r (2.7.3)
270-
nokogiri (1.18.9)
270+
nokogiri (1.19.1)
271271
mini_portile2 (~> 2.8.2)
272272
racc (~> 1.4)
273273
oauth2 (2.0.14)
@@ -320,7 +320,7 @@ GEM
320320
nio4r (~> 2.0)
321321
raabro (1.4.0)
322322
racc (1.8.1)
323-
rack (3.2.3)
323+
rack (3.2.5)
324324
rack-protection (4.1.1)
325325
base64 (>= 0.1.0)
326326
logger (>= 1.6.0)

dpc-portal/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ GEM
325325
net-protocol
326326
newrelic_rpm (8.16.0)
327327
nio4r (2.7.3)
328-
nokogiri (1.18.9)
328+
nokogiri (1.19.1)
329329
mini_portile2 (~> 2.8.2)
330330
racc (~> 1.4)
331331
oauth2 (2.0.9)
@@ -384,7 +384,7 @@ GEM
384384
nio4r (~> 2.0)
385385
raabro (1.4.0)
386386
racc (1.8.1)
387-
rack (3.2.3)
387+
rack (3.2.5)
388388
rack-oauth2 (2.2.1)
389389
activesupport
390390
attr_required

dpc-web/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ GEM
304304
net-protocol
305305
newrelic_rpm (8.16.0)
306306
nio4r (2.7.3)
307-
nokogiri (1.18.9)
307+
nokogiri (1.19.1)
308308
mini_portile2 (~> 2.8.2)
309309
racc (~> 1.4)
310310
oauth2 (2.0.14)
@@ -341,7 +341,7 @@ GEM
341341
nio4r (~> 2.0)
342342
raabro (1.4.0)
343343
racc (1.8.1)
344-
rack (3.2.3)
344+
rack (3.2.5)
345345
rack-session (2.1.1)
346346
base64 (>= 0.1.0)
347347
rack (>= 3.0.0)

engines/api_client/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GEM
123123
bigdecimal (~> 3.1)
124124
net-http (0.9.1)
125125
uri (>= 0.11.1)
126-
nokogiri (1.18.9)
126+
nokogiri (1.19.1)
127127
mini_portile2 (~> 2.8.2)
128128
racc (~> 1.4)
129129
oauth2 (2.0.12)
@@ -147,7 +147,7 @@ GEM
147147
stringio
148148
public_suffix (6.0.2)
149149
racc (1.8.1)
150-
rack (3.2.3)
150+
rack (3.2.5)
151151
rack-session (2.1.1)
152152
base64 (>= 0.1.0)
153153
rack (>= 3.0.0)

0 commit comments

Comments
 (0)