From fc56c34c2bb80ef0d09cf08c85d1ea317d943f9d Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Sun, 18 Aug 2024 10:36:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(Gemfile.lock):=20add=20su?= =?UTF-8?q?pport=20for=20x86=5F64-linux=20platform=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Gemfile.lock is updated to include dependencies for the x86_64-linux platform. This ensures compatibility and proper functioning of the application on Linux environments, expanding the range of supported platforms. --- Gemfile.lock | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index f34ae1486..9d1d94480 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,10 +16,14 @@ GEM faraday-net_http (3.1.1) net-http ffi (1.17.0-x64-mingw-ucrt) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) google-protobuf (4.27.3-x64-mingw-ucrt) bigdecimal rake (>= 13) + google-protobuf (4.27.3-x86_64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -77,6 +81,8 @@ GEM uri nokogiri (1.16.7-x64-mingw-ucrt) racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -95,6 +101,8 @@ GEM safe_yaml (1.0.5) sass-embedded (1.77.8-x64-mingw-ucrt) google-protobuf (~> 4.26) + sass-embedded (1.77.8-x86_64-linux-gnu) + google-protobuf (~> 4.26) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -107,6 +115,7 @@ GEM PLATFORMS x64-mingw-ucrt + x86_64-linux DEPENDENCIES jekyll-github-metadata