mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Drop the fork usage of fastimage (#5461)
Fork is not needed anymore since fastimage 2.1.1 has been released with the needed PR merged in.
This commit is contained in:
parent
77a92e8878
commit
05ec1be101
2 changed files with 4 additions and 5 deletions
3
Gemfile
3
Gemfile
|
@ -53,8 +53,7 @@ gem 'fast_xs'
|
|||
|
||||
gem 'fast_xor'
|
||||
|
||||
# Forked until https://github.com/sdsykes/fastimage/pull/93 is merged
|
||||
gem 'discourse_fastimage', require: 'fastimage'
|
||||
gem 'fastimage'
|
||||
|
||||
gem 'aws-sdk-s3', require: false
|
||||
gem 'excon', require: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue