mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
DEV: Bump oj from 3.13.14 to 3.15.0 (#22352)
https://github.com/ohler55/oj/issues/789 has been fixed and SSE4.2 is disabled by default.
This commit is contained in:
parent
37e7d0639b
commit
50f710bcae
3
Gemfile
3
Gemfile
|
@ -96,8 +96,7 @@ gem "omniauth-oauth2", require: false
|
|||
|
||||
gem "omniauth-google-oauth2"
|
||||
|
||||
# pending: https://github.com/ohler55/oj/issues/789
|
||||
gem "oj", "3.13.14"
|
||||
gem "oj"
|
||||
|
||||
gem "pg"
|
||||
gem "mini_sql"
|
||||
|
|
|
@ -277,7 +277,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 4)
|
||||
oj (3.13.14)
|
||||
oj (3.15.0)
|
||||
omniauth (1.9.2)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 1.6.2, < 3)
|
||||
|
@ -611,7 +611,7 @@ DEPENDENCIES
|
|||
net-pop
|
||||
net-smtp
|
||||
nokogiri
|
||||
oj (= 3.13.14)
|
||||
oj
|
||||
omniauth
|
||||
omniauth-facebook
|
||||
omniauth-github
|
||||
|
|
Loading…
Reference in New Issue
Block a user