Skip to content

Commit

Permalink
Add x86_64-linux platform to Gemfile.lock
Browse files Browse the repository at this point in the history
A new platform, x86_64-linux, has been added to our Gemfile.lock in order to support the specified Linux distribution. This update will make our application more versatile, enabling it to run on additional architectures.
  • Loading branch information
koriym committed Apr 17, 2024
1 parent 692d720 commit 67361c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ GEM
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down

0 comments on commit 67361c2

Please sign in to comment.