From 1ea455e51e141e795d7906a2e70642c3ff9c09b2 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Mon, 24 Jun 2024 02:48:43 -0700 Subject: [PATCH] chore: Update Gemfile to new bundler version (#64) Co-authored-by: Lukas Klingsbo --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34e90e7a..6de9aa5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,9 +11,9 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) - google-protobuf (3.23.4-arm64-darwin) - google-protobuf (3.23.4-x86_64-darwin) - google-protobuf (3.23.4-x86_64-linux) + google-protobuf (3.25.3-arm64-darwin) + google-protobuf (3.25.3-x86_64-darwin) + google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0)