Skip to content

Commit

Permalink
fix: Add x86_64-linux support in Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed May 24, 2024
1 parent 4dc361a commit 8253dc8
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 @@ -518,6 +518,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
snaky_hash (~> 2.0)
Expand Down Expand Up @@ -807,6 +809,7 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
bootsnap (~> 1.4)
Expand Down

0 comments on commit 8253dc8

Please sign in to comment.