use forked marcel that has proper checks for av1 webm

this fixes the av1 problem properly
This commit is contained in:
edshot99 2025-01-27 21:30:28 -06:00
parent 989a0bb355
commit 720e91ae71

View File

@ -20,7 +20,7 @@ gem 'addressable'
gem 'recaptcha', require: "recaptcha/rails"
gem 'webpacker', '>= 4.0.x'
gem 'sidekiq', '~> 7.0'
gem 'marcel'
gem 'marcel', :git => "https://github.com/alexandergitter/marcel.git", branch: "fix-av1-webm"
# bookmarks for later, if they are needed
# gem 'sidekiq-worker-killer'
gem 'sidekiq-unique-jobs'