diff --git a/Gemfile b/Gemfile index d79721ab73d..c02b52abaca 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,8 @@ gem 'omniauth-oauth2', require: false gem 'omniauth-google-oauth2' -gem 'oj' +# pending: https://github.com/ohler55/oj/issues/789 +gem 'oj', '3.13.14' gem 'pg' gem 'mini_sql' diff --git a/Gemfile.lock b/Gemfile.lock index 1d701a5d790..2d23790dcd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - oj (3.13.16) + oj (3.13.14) omniauth (1.9.1) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) @@ -579,7 +579,7 @@ DEPENDENCIES mustache net-http nokogiri - oj + oj (= 3.13.14) omniauth omniauth-facebook omniauth-github @@ -638,4 +638,4 @@ DEPENDENCIES yaml-lint BUNDLED WITH - 2.3.16 + 2.3.18