Skip to content

Commit

Permalink
Add bundler platforms
Browse files Browse the repository at this point in the history
Fixes issues installing libv8-node gem on CI.

See: rubyjs/mini_racer#227
  • Loading branch information
gbp committed Jan 21, 2022
1 parent 682ba45 commit 0e66af1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
oink (0.10.1)
activerecord
hodel_3000_compliant_logger
Expand Down Expand Up @@ -495,7 +501,12 @@ GEM
zip_tricks (5.6.0)

PLATFORMS
aarch64-linux
arm64-darwin-20
ruby
x86_64-darwin-20
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
active_model_otp
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.rails_next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
oink (0.10.1)
activerecord
hodel_3000_compliant_logger
Expand Down Expand Up @@ -495,7 +501,12 @@ GEM
zip_tricks (5.6.0)

PLATFORMS
aarch64-linux
arm64-darwin-20
ruby
x86_64-darwin-20
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
active_model_otp
Expand Down

0 comments on commit 0e66af1

Please sign in to comment.