Skip to content

Commit

Permalink
Add linux platform to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Feb 16, 2024
1 parent f5b5ac7 commit c2f4f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ GEM
less (~> 2.6.0)
sprockets (>= 2)
libv8 (8.4.255.0.1-universal-darwin)
libv8 (8.4.255.0.1-x86_64-linux)
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -197,6 +199,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -379,6 +383,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux

DEPENDENCIES
accept_values_for
Expand Down

0 comments on commit c2f4f9d

Please sign in to comment.