diff --git a/Gemfile b/Gemfile index e558ffb47c5..50d7416610a 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 529aa37e436..4325fd33db0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,6 @@ GEM diff-lcs (1.3) discourse-qunit-rails (0.0.11) railties - discourse_fastimage (2.1.0) discourse_image_optim (0.24.5) exifr (~> 1.2, >= 1.2.2) fspath (~> 3.0) @@ -120,6 +119,7 @@ GEM rake rake-compiler fast_xs (0.8.0) + fastimage (2.1.1) ffi (1.9.18) flamegraph (0.9.5) foreman (0.84.0) @@ -420,7 +420,6 @@ DEPENDENCIES certified cppjieba_rb discourse-qunit-rails - discourse_fastimage discourse_image_optim email_reply_trimmer (= 0.1.8) ember-handlebars-template (= 0.7.5) @@ -433,6 +432,7 @@ DEPENDENCIES fast_blank fast_xor fast_xs + fastimage flamegraph foreman gc_tracer @@ -509,4 +509,4 @@ DEPENDENCIES webmock BUNDLED WITH - 1.16.0 + 1.16.1