mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +08:00
update discourse_fastimage to latest (add support for SVG with doctype)
This commit is contained in:
parent
a849fae5ee
commit
11e303e278
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user