From 4c1ed73143b803969151300d5b0653cfccf29c88 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Mar 2021 12:07:56 -0500 Subject: Fixed ckeditor crash --- Gemfile.lock | 4 +++- config/initializers/ckeditor.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 357dabb..3788876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,9 +137,10 @@ GEM js-routes (1.4.14) railties (>= 4) libv8 (3.16.14.19) - listen (3.0.8) + listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -209,6 +210,7 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) + ruby_dep (1.5.0) rubyzip (2.3.0) sassc (2.4.0) ffi (~> 1.9) diff --git a/config/initializers/ckeditor.rb b/config/initializers/ckeditor.rb index b03e4f4..56cb070 100644 --- a/config/initializers/ckeditor.rb +++ b/config/initializers/ckeditor.rb @@ -43,7 +43,7 @@ Ckeditor.setup do |config| # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: # By default: nil (no limit) - config.assets_languages = ['en'] + # config.assets_languages = ['en'] # config.assets_plugins = ['image', 'smiley'] # CKEditor CDN -- cgit 1.4.1