Add `oj`
This commit is contained in:
parent
cb061b1da5
commit
d33e0f86af
1
Gemfile
1
Gemfile
|
@ -29,6 +29,7 @@ gem "fog-local"
|
|||
gem "haml", "~> 5.0"
|
||||
gem "hcaptcha", "~> 7.0"
|
||||
gem "mini_magick"
|
||||
gem "oj"
|
||||
gem "rqrcode"
|
||||
|
||||
gem "rolify", "~> 6.0"
|
||||
|
|
|
@ -320,6 +320,7 @@ GEM
|
|||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
oauth (0.5.8)
|
||||
oj (3.13.17)
|
||||
omniauth (2.1.0)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 2.2.3)
|
||||
|
@ -605,6 +606,7 @@ DEPENDENCIES
|
|||
letter_opener
|
||||
lograge
|
||||
mini_magick
|
||||
oj
|
||||
omniauth
|
||||
omniauth-rails_csrf_protection (~> 1.0)
|
||||
omniauth-twitter
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Oj.optimize_rails
|
Loading…
Reference in New Issue