diff --git a/functions/Gemfile.lock b/functions/Gemfile.lock index 4db93516e..d0cb5676f 100644 --- a/functions/Gemfile.lock +++ b/functions/Gemfile.lock @@ -1,12 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) builder (3.2.4) + cgi (0.5.1) cloud_events (0.7.1) concurrent-ruby (1.3.6) declarative (0.0.20) @@ -174,7 +175,8 @@ PLATFORMS x86_64-linux DEPENDENCIES - benchmark + benchmark (~> 0.4) + cgi (~> 0.5) functions_framework (~> 1.4, >= 1.4.1) google-apis-kgsearch_v1 (~> 0.13) google-cloud-bigquery (~> 1.45)