2
0
Fork 0
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:
Jano Suchal 2018-01-04 09:53:53 +01:00 committed by Régis Hanol
parent 77a92e8878
commit 05ec1be101
2 changed files with 4 additions and 5 deletions

View file

@ -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