File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ gem 'faraday_middleware'
8181gem 'fastimage' # Quickly get image sizes
8282gem 'friendly_id' # slug-urls-are-cool
8383gem 'google-api-client' # Google APIs
84+ gem 'google-protobuf' , force_ruby_platform : RUBY_PLATFORM . include? ( 'linux-musl' ) # Google Protobuf
8485gem 'graphql-client' # make graphql calls
8586gem 'http' # Pewpew HTTP calls easier
8687gem 'ice_cube' , github : 'ice-cube-ruby/ice_cube' # Episode release schedules
@@ -182,8 +183,8 @@ group :test do
182183end
183184
184185group :ci do
185- gem 'simplecov-cobertura'
186186 gem 'rspec_junit_formatter'
187+ gem 'simplecov-cobertura'
187188end
188189
189190group :production , :staging do
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments