Skip to content

Commit 8c9dd07

Browse files
committed
Add google-protobuf force_ruby_platform for linux-musl
1 parent a391038 commit 8c9dd07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ gem 'faraday_middleware'
8181
gem 'fastimage' # Quickly get image sizes
8282
gem 'friendly_id' # slug-urls-are-cool
8383
gem 'google-api-client' # Google APIs
84+
gem 'google-protobuf', force_ruby_platform: RUBY_PLATFORM.include?('linux-musl') # Google Protobuf
8485
gem 'graphql-client' # make graphql calls
8586
gem 'http' # Pewpew HTTP calls easier
8687
gem 'ice_cube', github: 'ice-cube-ruby/ice_cube' # Episode release schedules
@@ -182,8 +183,8 @@ group :test do
182183
end
183184

184185
group :ci do
185-
gem 'simplecov-cobertura'
186186
gem 'rspec_junit_formatter'
187+
gem 'simplecov-cobertura'
187188
end
188189

189190
group :production, :staging do

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ DEPENDENCIES
828828
friendly_id
829829
fx
830830
google-api-client
831+
google-protobuf
831832
graphql
832833
graphql-batch
833834
graphql-client

0 commit comments

Comments
 (0)