mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 09:57:31 +00:00
Use oj for faster JSON stuff.
This commit is contained in:
parent
80d2b12458
commit
95686d25b2
3
Gemfile
3
Gemfile
@ -45,3 +45,6 @@ group :standalone do
|
|||||||
gem 'unicorn', :platforms => :mri
|
gem 'unicorn', :platforms => :mri
|
||||||
gem 'puma', :platforms => [:jruby, :rbx]
|
gem 'puma', :platforms => [:jruby, :rbx]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem 'oj', :platforms => :ruby
|
||||||
|
gem 'multi_json'
|
||||||
|
@ -75,6 +75,7 @@ GEM
|
|||||||
newrelic_rpm (3.5.6.55)
|
newrelic_rpm (3.5.6.55)
|
||||||
nokogiri (1.5.6)
|
nokogiri (1.5.6)
|
||||||
nokogiri (1.5.6-java)
|
nokogiri (1.5.6-java)
|
||||||
|
oj (2.0.1)
|
||||||
pg (0.14.1)
|
pg (0.14.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
puma (1.6.3)
|
puma (1.6.3)
|
||||||
@ -171,8 +172,10 @@ DEPENDENCIES
|
|||||||
jquery-ui-rails
|
jquery-ui-rails
|
||||||
json
|
json
|
||||||
mini_magick
|
mini_magick
|
||||||
|
multi_json
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri
|
nokogiri
|
||||||
|
oj
|
||||||
pg
|
pg
|
||||||
puma
|
puma
|
||||||
quiet_assets
|
quiet_assets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user