mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 01:30:03 +08:00
DEV: Pin oj gem to 3.13.2. (#14219)
Follow-up to 0183d51070d33abc66c8681b43a5ce7571333b13
This commit is contained in:
parent
0183d51070
commit
6a5b44be53
5
Gemfile
5
Gemfile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user