From 4d7006ce641cb6200b683a8186249dea2f71f79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:28:17 +0000 Subject: [PATCH] Update jquery-ui-rails requirement from ~> 6.0.1 to >= 6.0.1, < 7.1.0 Updates the requirements on [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) to permit the latest version. - [Release notes](https://github.com/joliss/jquery-ui-rails/releases) - [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md) - [Commits](https://github.com/joliss/jquery-ui-rails/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: jquery-ui-rails 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 38a3c4c4..4efcda05 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.add_dependency "html-pipeline", "~> 2.14" s.add_dependency "html-pipeline-hashtag", "~> 0.1.2" s.add_dependency "jquery-rails", ">= 4.5", "< 4.7" - s.add_dependency "jquery-ui-rails", "~> 6.0.1" + s.add_dependency "jquery-ui-rails", ">= 6.0.1", "< 7.1.0" s.add_dependency "kaminari", ["~> 1.2", ">= 1.2.1"] s.add_dependency "marcel", "~> 1.0.0" s.add_dependency "mini_magick", ["~> 4.9", ">= 4.9.4"]