Skip to content

Commit

Permalink
Maybe this will force protobuf to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Sep 24, 2024
1 parent 02001ec commit 4c77604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ gem 'sass-embedded'
gem 'sinatra', '~> 4'
gem 'thin'

# Forcing build of this cos it still doesn't work
# https://github.com/sass-contrib/sass-embedded-host-ruby/issues/210
gem 'google-protobuf', force_ruby_platform: true if Gem::Platform.local.to_s == 'aarch64-linux-musl'

# Controlling Chrome to create snapshots
gem 'ferrum'

Expand All @@ -60,6 +64,7 @@ gem 'rack-test'
gem 'levenshtein-ffi', require: 'levenshtein', git: 'https://github.com/razeware/levenshtein-ffi.git'
gem 'webvtt-ruby', require: 'webvtt'


group :development do
# For integration with VSCode
gem 'rubocop', '~> 1.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ DEPENDENCIES
faraday-retry
ferrum
git
google-protobuf
guard (~> 2, >= 2.16.2)
guard-livereload
levenshtein-ffi!
Expand Down

0 comments on commit 4c77604

Please sign in to comment.