Skip to content

Commit

Permalink
doc: add code comment why using the force_ruby_platform parameter on …
Browse files Browse the repository at this point in the history
…protobuf
  • Loading branch information
rwaffen committed Nov 29, 2024
1 parent 35d7d34 commit 4bb5b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ gem 'mini_racer', '~> 0.16.0' # minimal Google V8 JS engine for execjs
gem 'libv8-node', '~> 18.19.0.0' # V8 JS engine

# alpine specific
# this fixes an issue with the libv8-node gem
# otherwise it will segfault when using the precompiled binary from the gem
gem 'google-protobuf', force_ruby_platform: true

0 comments on commit 4bb5b06

Please sign in to comment.