Skip to content

Commit

Permalink
Update nokogiri dependency for x86_64-linux platform
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brunto committed Jan 24, 2024
1 parent 73c05de commit 1920703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -264,6 +266,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.13)
Expand Down

0 comments on commit 1920703

Please sign in to comment.