From 11e303e2781dc0eb5df95d5c8fae7d7368ea0731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 6 Jun 2016 17:11:16 +0200 Subject: [PATCH] update discourse_fastimage to latest (add support for SVG with doctype) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ab8d2856f..d6f12ee9c 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index f54b09ea2..635a4ddc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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