mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:42:16 +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"
|
gem "omniauth-google-oauth2"
|
||||||
|
|
||||||
# pending: https://github.com/ohler55/oj/issues/789
|
gem "oj"
|
||||||
gem "oj", "3.13.14"
|
|
||||||
|
|
||||||
gem "pg"
|
gem "pg"
|
||||||
gem "mini_sql"
|
gem "mini_sql"
|
||||||
|
|
|
@ -277,7 +277,7 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 4)
|
rack (>= 1.2, < 4)
|
||||||
oj (3.13.14)
|
oj (3.15.0)
|
||||||
omniauth (1.9.2)
|
omniauth (1.9.2)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
|
@ -611,7 +611,7 @@ DEPENDENCIES
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
nokogiri
|
nokogiri
|
||||||
oj (= 3.13.14)
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|
Loading…
Reference in New Issue
Block a user