From 6c3a379b30cd4196c6ffa75f0cf6a460b6cb9a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D1=83=D0=BA=D0=B0?= <164436043+diamond-ore@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:36:51 -0400 Subject: [PATCH] Action fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I just did what the build fail told me to do ¯\_(ツ)_/¯ --- Gemfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index eb81362..91b3e1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,13 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) + ffi (1.16.3) ffi (1.16.3-x64-mingw-ucrt) forwardable-extended (2.6.0) google-protobuf (4.26.1-x64-mingw-ucrt) rake (>= 13) + google-protobuf (4.26.1-x86_64-linux) + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.4) concurrent-ruby (~> 1.0) @@ -65,6 +68,8 @@ GEM safe_yaml (1.0.5) sass-embedded (1.75.0-x64-mingw-ucrt) google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.75.0-x86_64-linux-gnu) + google-protobuf (>= 3.25, < 5.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) @@ -77,6 +82,7 @@ GEM PLATFORMS x64-mingw-ucrt + x86_64-linux DEPENDENCIES http_parser.rb (~> 0.6.0)