Update tinymce gem version

This commit is contained in:
aignatov-bio 2020-05-17 17:36:26 +02:00
parent 313897c1f7
commit 820514789d
3 changed files with 4 additions and 4 deletions

View file

@ -97,7 +97,7 @@ gem 'rufus-scheduler', '~> 3.5'
gem 'discard', '~> 1.0'
gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
gem 'tinymce-rails', '~> 4.9.3' # Rich text editor - SEE BELOW
gem 'tinymce-rails', '~> 4.9.10' # Rich text editor - SEE BELOW
# Any time you update tinymce-rails Gem, also update the cache_suffix parameter
# in sitewide/tiny_mce.js - to prevent browsers from loading old, cached .js
# TinyMCE files which might cause errors

View file

@ -553,7 +553,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.9)
timecop (0.9.1)
tinymce-rails (4.9.4)
tinymce-rails (4.9.10)
railties (>= 3.1.1)
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
@ -687,7 +687,7 @@ DEPENDENCIES
sneaky-save!
spinjs-rails
timecop
tinymce-rails (~> 4.9.3)
tinymce-rails (~> 4.9.10)
turbolinks (~> 5.1.1)
tzinfo-data
uglifier (>= 1.3.0)

View file

@ -126,7 +126,7 @@ var TinyMCE = (function() {
}
tinyMCE.init({
cache_suffix: '?v=4.9.3', // This suffix should be changed any time library is updated
cache_suffix: '?v=4.9.10', // This suffix should be changed any time library is updated
selector: selector,
convert_urls: false,
menubar: 'file edit view insert format',