update discourse_fastimage to latest (add support for SVG with doctype)

This commit is contained in:
Régis Hanol 2016-06-06 17:11:16 +02:00
parent a849fae5ee
commit 11e303e278
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ gem 'fast_xs'
gem 'fast_xor'
# while we sort out https://github.com/sdsykes/fastimage/pull/46
gem 'discourse_fastimage', require: 'fastimage'
gem 'discourse_fastimage', '2.0.2', require: 'fastimage'
gem 'aws-sdk', require: false
gem 'excon', require: false
gem 'unf', require: false

View File

@ -73,7 +73,7 @@ GEM
diff-lcs (1.2.5)
discourse-qunit-rails (0.0.9)
railties
discourse_fastimage (2.0.0)
discourse_fastimage (2.0.2)
docile (1.1.5)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
@ -410,7 +410,7 @@ DEPENDENCIES
byebug
certified
discourse-qunit-rails
discourse_fastimage
discourse_fastimage (= 2.0.2)
email_reply_trimmer (= 0.1.3)
ember-rails (= 0.18.5)
ember-source (= 1.12.2)
@ -500,4 +500,4 @@ DEPENDENCIES
unicorn
BUNDLED WITH
1.12.3
1.12.5