forked from e621ng/e621ng
use forked marcel that has proper checks for av1 webm
this fixes the av1 problem properly
This commit is contained in:
parent
989a0bb355
commit
720e91ae71
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user