From 9a67b05066598ff9eeac14db863fb6f1d6f0e50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:54:43 +0000 Subject: [PATCH] Update actionview requirement from >= 6, < 8.1.3 to >= 6, < 8.1.4 Updates the requirements on [actionview](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v8.1.3) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- govspeak.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govspeak.gemspec b/govspeak.gemspec index 68ad1b8..5ab2679 100644 --- a/govspeak.gemspec +++ b/govspeak.gemspec @@ -29,7 +29,7 @@ library for use in the UK Government Single Domain project' s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.require_paths = %w[lib] - s.add_dependency "actionview", ">= 6", "< 8.1.3" + s.add_dependency "actionview", ">= 6", "< 8.1.4" s.add_dependency "addressable", ">= 2.3.8", "< 2.8.10" s.add_dependency "govuk_publishing_components", ">= 43" s.add_dependency "htmlentities", "~> 4"