mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
We dont need image sorcery gem for a single convenience method
This commit is contained in:
parent
5284fb7cbc
commit
69a54af835
3
Gemfile
3
Gemfile
@ -116,9 +116,6 @@ gem 'email_reply_parser-discourse', require: 'email_reply_parser'
|
||||
#
|
||||
# Sam: held back, getting weird errors in latest
|
||||
gem 'image_optim', '0.9.1'
|
||||
# note: for image_sorcery to correctly work you need
|
||||
# sudo apt-get install -y imagemagick
|
||||
gem 'image_sorcery'
|
||||
gem 'multi_json'
|
||||
gem 'mustache'
|
||||
gem 'nokogiri'
|
||||
|
@ -138,7 +138,6 @@ GEM
|
||||
in_threads (~> 1.2.0)
|
||||
progress (~> 3.0.0)
|
||||
image_size (1.1.5)
|
||||
image_sorcery (1.1.0)
|
||||
in_threads (1.2.0)
|
||||
jquery-rails (3.1.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
@ -422,7 +421,6 @@ DEPENDENCIES
|
||||
highline
|
||||
hiredis
|
||||
image_optim (= 0.9.1)
|
||||
image_sorcery
|
||||
librarian (>= 0.0.25)
|
||||
listen (= 0.7.3)
|
||||
logster
|
||||
|
Loading…
Reference in New Issue
Block a user