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:
Gerhard Schlager 2023-06-30 01:39:55 +02:00 committed by GitHub
parent 37e7d0639b
commit 50f710bcae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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