From 492ee50a276bf2174486254b345a67916d355aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 10:23:10 +0000 Subject: [PATCH] Update rails requirement from ~> 7.1.0 to >= 7.1, < 8.2 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/v7.1.0...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 b07a47fb..6c597ea1 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -38,7 +38,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", "~> 7.1.0" + s.add_dependency "rails", ">= 7.1", "< 8.2" s.add_dependency "rails_autolink", "~> 1.1.0" s.add_dependency "rails-i18n", ">= 6.0", "< 7.1" s.add_dependency "rails-timeago", "~> 2.0"