Skip to content

Commit 6ae8f7a

Browse files
committed
Update puma, grpc, and commonmarker to include CVE fixes
1 parent 85f2891 commit 6ae8f7a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'grpc', '>= 1.53.0'
2121
gem 'crawler_detect'
2222

2323
# Serving requests
24-
gem 'puma', '~> 4.3'
24+
gem 'puma', '~> 5.6'
2525
gem 'rack-cors'
2626

2727
# Helper gems for Rails

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ GEM
143143
rack-test (>= 0.6.3)
144144
regexp_parser (>= 1.5, < 3.0)
145145
xpath (~> 3.2)
146-
commonmarker (0.23.8)
146+
commonmarker (0.23.10)
147147
concurrent-ruby (1.2.2)
148148
connection_pool (2.4.1)
149149
crack (0.4.5)
@@ -215,11 +215,11 @@ GEM
215215
geocoder (1.8.1)
216216
globalid (1.1.0)
217217
activesupport (>= 5.0)
218-
google-protobuf (3.22.2)
219-
googleapis-common-protos-types (1.5.0)
220-
google-protobuf (~> 3.14)
221-
grpc (1.53.0)
222-
google-protobuf (~> 3.21)
218+
google-protobuf (3.24.3)
219+
googleapis-common-protos-types (1.9.0)
220+
google-protobuf (~> 3.18)
221+
grpc (1.58.0)
222+
google-protobuf (~> 3.23)
223223
googleapis-common-protos-types (~> 1.0)
224224
haml (6.1.1)
225225
temple (>= 0.8.2)
@@ -312,7 +312,7 @@ GEM
312312
net-smtp (0.3.3)
313313
net-protocol
314314
netrc (0.11.0)
315-
nio4r (2.5.8)
315+
nio4r (2.5.9)
316316
nokogiri (1.15.4)
317317
mini_portile2 (~> 2.8.2)
318318
racc (~> 1.4)
@@ -359,7 +359,7 @@ GEM
359359
propshaft (0.4.0)
360360
rails (>= 7.0.0.alpha2)
361361
public_suffix (5.0.3)
362-
puma (4.3.12)
362+
puma (5.6.7)
363363
nio4r (~> 2.0)
364364
qonfig (0.28.0)
365365
raabro (1.4.0)
@@ -595,7 +595,7 @@ DEPENDENCIES
595595
opensearch-ruby
596596
propshaft (= 0.4.0)
597597
public_suffix
598-
puma (~> 4.3)
598+
puma (~> 5.6)
599599
rack-attack (~> 6.6)
600600
rack-cors
601601
rails (~> 7.0.1)

0 commit comments

Comments
 (0)