Skip to content
Snippets Groups Projects
Commit 69611f27 authored by John Harris's avatar John Harris
Browse files

fix: protobuf vuln fix

parent 4cee52f7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ gem 'pundit', '2.2.0'
# Monitoring / Performance
gem 'ddtrace', '0.54.2'
gem 'health_check', '3.1.0'
gem 'google-protobuf', '3.20.1'
gem 'google-protobuf', '3.20.3'
gem 'actionpack-cloudflare', '1.1.0'
# Caching
......
......@@ -144,7 +144,7 @@ GEM
railties (>= 3.0.0)
globalid (1.0.0)
activesupport (>= 5.0)
google-protobuf (3.20.1)
google-protobuf (3.20.3)
hashdiff (1.0.1)
hcaptcha (7.1.0)
json
......@@ -377,7 +377,7 @@ DEPENDENCIES
dotenv-rails (= 2.7.6)
factory_bot_rails (= 6.2.0)
faker (= 2.22.0)
google-protobuf (= 3.20.1)
google-protobuf (= 3.20.3)
hcaptcha (= 7.1.0)
health_check (= 3.1.0)
hiredis (= 0.6.3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment