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