From f371dec5de9068f452a8b02d3a1540f22fd006a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:05:08 +0000 Subject: [PATCH] Update rails requirement from >= 6.1.4, < 7.2.0 to >= 6.1.4, < 8.2.0 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.4...v7.2.3) --- updated-dependencies: - dependency-name: rails dependency-version: 7.2.3 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 a8bd0153..90ed19b8 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |s| # Force minimum nokogiri version to avoid security issues s.add_dependency "nokogiri", ">= 1.12.5" s.add_dependency "rack", ">= 2.2.3" - s.add_dependency "rails", ">= 6.1.4", "< 7.2.0" + s.add_dependency "rails", ">= 6.1.4", "< 8.2.0" s.add_dependency "rails_autolink", "~> 1.1.0" s.add_dependency "rails-i18n", ">= 6.0", "< 7.1" s.add_dependency "rails-timeago", "~> 2.0"