From 1920703bbd0a6b46f19a1fa5202e8b8d50ea288b Mon Sep 17 00:00:00 2001 From: Bruno Perles Date: Wed, 24 Jan 2024 13:53:55 +0100 Subject: [PATCH] Update nokogiri dependency for x86_64-linux platform Added the nokogiri dependency for the x86_64-linux platform in the Gemfile.lock. This update ensures that the application will run smoothly on both the arm64-darwin-23 and the newly added x86_64-linux platforms. --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index cd8fcbcf..2f2c5999 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,6 +162,8 @@ GEM nio4r (2.7.0) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) orm_adapter (0.5.0) parallel (1.24.0) parser (3.3.0.5) @@ -264,6 +266,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES bcrypt (~> 3.1.13)