DEV: Pin oj gem to 3.13.2. (#14219)

Follow-up to 0183d51070
This commit is contained in:
Alan Guo Xiang Tan 2021-09-02 11:01:54 +08:00 committed by GitHub
parent 0183d51070
commit 6a5b44be53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -105,7 +105,10 @@ gem 'omniauth-oauth2', require: false
gem 'omniauth-google-oauth2'
gem 'oj'
# Pinning oj until https://github.com/ohler55/oj/issues/699 is resolved.
# Segfaults and stuck processes after upgrading.
gem 'oj', '3.13.2'
gem 'pg'
gem 'mini_sql'
gem 'pry-rails', require: false

View File

@ -550,7 +550,7 @@ DEPENDENCIES
multi_json
mustache
nokogiri
oj
oj (= 3.13.2)
omniauth
omniauth-facebook
omniauth-github
@ -609,4 +609,4 @@ DEPENDENCIES
yaml-lint
BUNDLED WITH
2.2.19
2.2.26