mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:53:48 +08:00
Upgrade image_optim.
This commit is contained in:
parent
f322f3a6cf
commit
af8a0d93a0
5
Gemfile
5
Gemfile
|
@ -66,10 +66,7 @@ gem 'unf', require: false
|
||||||
|
|
||||||
gem 'email_reply_trimmer', '0.1.6'
|
gem 'email_reply_trimmer', '0.1.6'
|
||||||
|
|
||||||
# note: for image_optim to correctly work you need to follow
|
gem 'image_optim'
|
||||||
# https://github.com/toy/image_optim
|
|
||||||
# pinned due to https://github.com/toy/image_optim/pull/75, docker image must be upgraded to upgrade
|
|
||||||
gem 'image_optim', '0.20.2'
|
|
||||||
gem 'multi_json'
|
gem 'multi_json'
|
||||||
gem 'mustache'
|
gem 'mustache'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -95,7 +95,7 @@ GEM
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
excon (0.53.0)
|
excon (0.53.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
exifr (1.2.4)
|
exifr (1.2.5)
|
||||||
fabrication (2.9.8)
|
fabrication (2.9.8)
|
||||||
fakeweb (1.3.0)
|
fakeweb (1.3.0)
|
||||||
faraday (0.11.0)
|
faraday (0.11.0)
|
||||||
|
@ -109,7 +109,7 @@ GEM
|
||||||
flamegraph (0.9.5)
|
flamegraph (0.9.5)
|
||||||
foreman (0.82.0)
|
foreman (0.82.0)
|
||||||
thor (~> 0.19.1)
|
thor (~> 0.19.1)
|
||||||
fspath (2.1.1)
|
fspath (3.1.0)
|
||||||
gc_tracer (1.5.1)
|
gc_tracer (1.5.1)
|
||||||
globalid (0.3.7)
|
globalid (0.3.7)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
|
@ -122,14 +122,14 @@ GEM
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
http_accept_language (2.0.5)
|
http_accept_language (2.0.5)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
image_optim (0.20.2)
|
image_optim (0.24.2)
|
||||||
exifr (~> 1.1, >= 1.1.3)
|
exifr (~> 1.2, >= 1.2.2)
|
||||||
fspath (~> 2.1)
|
fspath (~> 3.0)
|
||||||
image_size (~> 1.3)
|
image_size (~> 1.5)
|
||||||
in_threads (~> 1.3)
|
in_threads (~> 1.3)
|
||||||
progress (~> 3.0, >= 3.0.1)
|
progress (~> 3.0, >= 3.0.1)
|
||||||
image_size (1.4.1)
|
image_size (1.5.0)
|
||||||
in_threads (1.3.1)
|
in_threads (1.4.0)
|
||||||
jmespath (1.3.1)
|
jmespath (1.3.1)
|
||||||
jquery-rails (4.2.1)
|
jquery-rails (4.2.1)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
|
@ -218,7 +218,7 @@ GEM
|
||||||
redis
|
redis
|
||||||
ruby-openid
|
ruby-openid
|
||||||
pg (0.19.0)
|
pg (0.19.0)
|
||||||
progress (3.1.1)
|
progress (3.3.1)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
|
@ -412,7 +412,7 @@ DEPENDENCIES
|
||||||
hiredis
|
hiredis
|
||||||
htmlentities
|
htmlentities
|
||||||
http_accept_language (~> 2.0.5)
|
http_accept_language (~> 2.0.5)
|
||||||
image_optim (= 0.20.2)
|
image_optim
|
||||||
listen (= 0.7.3)
|
listen (= 0.7.3)
|
||||||
logster
|
logster
|
||||||
lru_redux
|
lru_redux
|
||||||
|
|
Loading…
Reference in New Issue
Block a user