diff --git a/Gemfile b/Gemfile index 2f09ebb0210..a6c17300557 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "clearance", "~> 2.6" gem "dalli", "~> 3.2" gem "ddtrace", "~> 1.16", require: "ddtrace/auto_instrument" gem "dogstatsd-ruby", "~> 5.5" -gem "google-protobuf", "~> 3.22" +gem "google-protobuf", "~> 3.25" gem "faraday", "~> 2.7" gem "good_job", "~> 3.21" gem "gravtastic", "~> 3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 82a63dc574e..2ab86ed7176 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM fugit (>= 1.1) railties (>= 6.0.0) thor (>= 0.14.1) - google-protobuf (3.25.0) + google-protobuf (3.25.1) gravtastic (3.2.6) groupdate (6.4.0) activesupport (>= 6.1) @@ -723,7 +723,7 @@ DEPENDENCIES faraday (~> 2.7) faraday_middleware-aws-sigv4 (~> 1.0) good_job (~> 3.21) - google-protobuf (~> 3.22) + google-protobuf (~> 3.25) gravtastic (~> 3.2) groupdate (~> 6.2) high_voltage (~> 3.1)