Skip to content

Commit

Permalink
Add x86_64-linux as bundler platform
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 e798544
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
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 @@ -496,6 +498,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
active_model_otp
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
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 @@ -496,6 +498,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
active_model_otp
Expand Down

0 comments on commit e798544

Please sign in to comment.