diff --git a/Gemfile b/Gemfile index cedb53a..0b7d75b 100644 --- a/Gemfile +++ b/Gemfile @@ -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' @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 1c8def1..a9e0a32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -243,6 +243,7 @@ DEPENDENCIES faraday-retry ferrum git + google-protobuf guard (~> 2, >= 2.16.2) guard-livereload levenshtein-ffi!