Author: Hugo Melo <hugo@riseup.net>
Readd oj gem as it's needed by fbes plugin
config/Gemfile | 4 ++--
diff --git a/config/Gemfile b/config/Gemfile index 43ad2640cffe9785f8f1794db31a7c522e30e81d..6d0efd2ad41ff170260b91c2746f34df27f9430a 100644 --- a/config/Gemfile +++ b/config/Gemfile @@ -47,8 +47,8 @@ platform :ruby do gem 'unicode' group :performance do # FIXME: stack level too deep - #gem 'oj' - #gem 'oj_mimic_json' + gem 'oj' + gem 'oj_mimic_json' gem 'fast_blank' gem 'gctools' if RUBY_VERSION >= '2.1.0' and RUBY_VERSION < '2.2.0'