From ca6bfdb7626c8ea05b6a3b59ddcf2afa26a1a393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:48:28 +0000 Subject: [PATCH] Update bootstrap requirement from ~> 4.6.2 to >= 4.6.2, < 5.4.0 Updates the requirements on [bootstrap](https://github.com/twbs/bootstrap-rubygem) to permit the latest version. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-rubygem/compare/v4.6.2...v5.3.5) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.5 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 44fbbf97..aae29275 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_dependency "aasm", "~> 5.0" s.add_dependency "akismet", "~> 3.0" - s.add_dependency "bootstrap", "~> 4.6.2" + s.add_dependency "bootstrap", ">= 4.6.2", "< 5.4.0" s.add_dependency "cancancan", "~> 3.0" s.add_dependency "carrierwave", "~> 3.0" s.add_dependency "commonmarker", "~> 2.3"