Skip to content

Commit

Permalink
Bump tinymce-rails from 7.6.0 to 7.6.1 (#2413)
Browse files Browse the repository at this point in the history
* Bump tinymce-rails from 7.6.0 to 7.6.1

Bumps [tinymce-rails](https://github.com/spohlenz/tinymce-rails) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/spohlenz/tinymce-rails/releases)
- [Commits](spohlenz/tinymce-rails@v7.6.0...v7.6.1)

---
updated-dependencies:
- dependency-name: tinymce-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump TinyMCE cache suffix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edward Jones <[email protected]>
  • Loading branch information
dependabot[bot] and Throne3d authored Feb 1, 2025
1 parent a211b06 commit 26d89bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -233,10 +233,11 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
Expand Down Expand Up @@ -314,7 +315,10 @@ GEM
activesupport (>= 6.1)
popper_js (2.11.8)
power_assert (2.0.4)
psych (5.2.2)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
Expand All @@ -333,7 +337,8 @@ GEM
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down Expand Up @@ -378,7 +383,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.10.0)
rdoc (6.11.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.3.0)
Expand Down Expand Up @@ -513,7 +518,7 @@ GEM
tilt (2.6.0)
timecop (0.9.10)
timeout (0.4.3)
tinymce-rails (7.6.0)
tinymce-rails (7.6.1)
railties (>= 3.1.1)
traceroute (0.8.1)
rails (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/writable.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function tinyMCEConfig(selector) {
// integration configs
selector: selector,
plugins: ["wordcount", "image", "link", "autoresize"],
cache_suffix: '?v=7.5.1-2024-11-23',
cache_suffix: '?v=7.6.1-2025-02-01',
license_key: 'gpl',
// interface configs
menubar: false, // disable "File", "Edit", etc
Expand Down

0 comments on commit 26d89bf

Please sign in to comment.