diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:07:56 -0500 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:07:56 -0500 | 
| commit | 4c1ed73143b803969151300d5b0653cfccf29c88 (patch) | |
| tree | ce9f643c02b78c7380ca0cb431a4b838679115df | |
| parent | 40961b359530e0af227cba4925b432518c443897 (diff) | |
| download | thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.tar.gz thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.tar.bz2 thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.zip | |
Fixed ckeditor crash
| -rw-r--r-- | Gemfile.lock | 4 | ||||
| -rw-r--r-- | 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 | |||
| 137 | js-routes (1.4.14) | 137 | js-routes (1.4.14) | 
| 138 | railties (>= 4) | 138 | railties (>= 4) | 
| 139 | libv8 (3.16.14.19) | 139 | libv8 (3.16.14.19) | 
| 140 | listen (3.0.8) | 140 | listen (3.1.5) | 
| 141 | rb-fsevent (~> 0.9, >= 0.9.4) | 141 | rb-fsevent (~> 0.9, >= 0.9.4) | 
| 142 | rb-inotify (~> 0.9, >= 0.9.7) | 142 | rb-inotify (~> 0.9, >= 0.9.7) | 
| 143 | ruby_dep (~> 1.2) | ||
| 143 | loofah (2.9.0) | 144 | loofah (2.9.0) | 
| 144 | crass (~> 1.0.2) | 145 | crass (~> 1.0.2) | 
| 145 | nokogiri (>= 1.5.9) | 146 | nokogiri (>= 1.5.9) | 
| @@ -209,6 +210,7 @@ GEM | |||
| 209 | responders (3.0.1) | 210 | responders (3.0.1) | 
| 210 | actionpack (>= 5.0) | 211 | actionpack (>= 5.0) | 
| 211 | railties (>= 5.0) | 212 | railties (>= 5.0) | 
| 213 | ruby_dep (1.5.0) | ||
| 212 | rubyzip (2.3.0) | 214 | rubyzip (2.3.0) | 
| 213 | sassc (2.4.0) | 215 | sassc (2.4.0) | 
| 214 | ffi (~> 1.9) | 216 | 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| | |||
| 43 | 43 | ||
| 44 | # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: | 44 | # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: | 
| 45 | # By default: nil (no limit) | 45 | # By default: nil (no limit) | 
| 46 | config.assets_languages = ['en'] | 46 | # config.assets_languages = ['en'] | 
| 47 | # config.assets_plugins = ['image', 'smiley'] | 47 | # config.assets_plugins = ['image', 'smiley'] | 
| 48 | 48 | ||
| 49 | # CKEditor CDN | 49 | # CKEditor CDN | 
