Skip to content

Commit

Permalink
Update tinymce-rails requirement from ~> 5.0 to >= 5, < 8
Browse files Browse the repository at this point in the history
Updates the requirements on [tinymce-rails](https://github.com/spohlenz/tinymce-rails) to permit the latest version.
- [Release notes](https://github.com/spohlenz/tinymce-rails/releases)
- [Commits](spohlenz/tinymce-rails@v5.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: tinymce-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent a3ff98e commit 100cd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Gem::Specification.new do |s|
s.add_dependency 'sass-rails', '>= 5'
s.add_dependency 'select2-rails', '~> 4.0.6'
s.add_dependency 'sprockets', '~> 4.0'
s.add_dependency 'tinymce-rails', '~> 5.0'
s.add_dependency 'tinymce-rails', '>= 5', '< 8'
end

0 comments on commit 100cd46

Please sign in to comment.