mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +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 'puma', :platforms => [:jruby, :rbx]
|
||||
end
|
||||
|
||||
gem 'oj', :platforms => :ruby
|
||||
gem 'multi_json'
|
||||
|
@ -75,6 +75,7 @@ GEM
|
||||
newrelic_rpm (3.5.6.55)
|
||||
nokogiri (1.5.6)
|
||||
nokogiri (1.5.6-java)
|
||||
oj (2.0.1)
|
||||
pg (0.14.1)
|
||||
polyglot (0.3.3)
|
||||
puma (1.6.3)
|
||||
@ -171,8 +172,10 @@ DEPENDENCIES
|
||||
jquery-ui-rails
|
||||
json
|
||||
mini_magick
|
||||
multi_json
|
||||
newrelic_rpm
|
||||
nokogiri
|
||||
oj
|
||||
pg
|
||||
puma
|
||||
quiet_assets
|
||||
|
Loading…
x
Reference in New Issue
Block a user