From c7eb4deaba0f99356116c958fccc43cbb616d8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:03:39 +0000 Subject: [PATCH] Update marcel requirement from >= 1.0, < 1.3 to >= 1.0, < 2.2 Updates the requirements on [marcel](https://github.com/rails/marcel) to permit the latest version. - [Release notes](https://github.com/rails/marcel/releases) - [Commits](https://github.com/rails/marcel/compare/v1.0.0...v1.2.1) --- updated-dependencies: - dependency-name: marcel dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- publify_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_core.gemspec b/publify_core.gemspec index 987bc780..50307e8f 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_dependency "jquery-rails", ">= 4.5", "< 4.7" s.add_dependency "jquery-ui-rails", ">= 7", "< 9" s.add_dependency "kaminari", ["~> 1.2", ">= 1.2.1"] - s.add_dependency "marcel", ">= 1.0", "< 1.3" + s.add_dependency "marcel", ">= 1.0", "< 2.2" s.add_dependency "mini_magick", ["~> 4.9", ">= 4.9.4"] # Force minimum nokogiri version to avoid security issues s.add_dependency "nokogiri", ">= 1.12.5"