Skip to content

Commit

Permalink
⬆️ (Gemfile.lock): add support for x86_64-linux platform dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MrHinsh committed Aug 18, 2024
1 parent d948a56 commit fc56c34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -107,6 +115,7 @@ GEM

PLATFORMS
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
jekyll-github-metadata
Expand Down

0 comments on commit fc56c34

Please sign in to comment.