mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 16:21:24 -05:00
PERF: remove addressable gem, its consuming huge amount of memory
This commit is contained in:
parent
577f7446b4
commit
c5fde808cf
2 changed files with 5 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -117,7 +117,9 @@ gem 'eventmachine'
|
||||||
gem 'fast_xs'
|
gem 'fast_xs'
|
||||||
|
|
||||||
gem 'fast_xor'
|
gem 'fast_xor'
|
||||||
gem 'fastimage'
|
|
||||||
|
# while we sort out https://github.com/sdsykes/fastimage/pull/46
|
||||||
|
gem 'fastimage_discourse', require: 'fastimage'
|
||||||
gem 'fog', '1.26.0', require: false
|
gem 'fog', '1.26.0', require: false
|
||||||
gem 'unf', require: false
|
gem 'unf', require: false
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.3.6)
|
|
||||||
annotate (2.6.5)
|
annotate (2.6.5)
|
||||||
activerecord (>= 2.3.0)
|
activerecord (>= 2.3.0)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
|
@ -101,8 +100,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
rake-compiler
|
rake-compiler
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.6.3)
|
fastimage_discourse (1.6.6)
|
||||||
addressable (~> 2.3, >= 2.3.5)
|
|
||||||
ffi (1.9.6)
|
ffi (1.9.6)
|
||||||
fission (0.5.0)
|
fission (0.5.0)
|
||||||
CFPropertyList (~> 2.2)
|
CFPropertyList (~> 2.2)
|
||||||
|
@ -477,7 +475,7 @@ DEPENDENCIES
|
||||||
fast_blank
|
fast_blank
|
||||||
fast_xor
|
fast_xor
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage_discourse
|
||||||
flamegraph
|
flamegraph
|
||||||
fog (= 1.26.0)
|
fog (= 1.26.0)
|
||||||
foreman
|
foreman
|
||||||
|
|
Loading…
Reference in a new issue