Process blob variants using local files
Rails does post-upload variant processing using the same file upload in https://github.com/rails/rails/pull/56327 Unrelated Lexxy bump: Pulls in https://github.com/basecamp/lexxy/pull/493 to work around `dom_id` removal from ActionText tag in https://github.com/rails/rails/pull/51238
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", github: "rails/rails", branch: "main"
|
||||
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
|
||||
|
||||
gem "rails", github: "rails/rails", branch: "ast-immediate-variants-process-locally"
|
||||
|
||||
# Assets & front end
|
||||
gem "importmap-rails"
|
||||
gem "propshaft"
|
||||
@@ -27,7 +28,7 @@ gem "rqrcode"
|
||||
gem "redcarpet"
|
||||
gem "rouge"
|
||||
gem "jbuilder"
|
||||
gem "lexxy"
|
||||
gem "lexxy", bc: "lexxy"
|
||||
gem "image_processing", "~> 1.14"
|
||||
gem "platform_agent"
|
||||
gem "aws-sdk-s3", require: false
|
||||
|
||||
Reference in New Issue
Block a user