From af4e1f8b9dafa605ae32802b15d52fbd3429d0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:22:05 +0000 Subject: [PATCH] Update activemodel requirement from >= 4.0, < 8.0 to >= 4.0, < 9.0 Updates the requirements on [activemodel](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.0.0/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.0...v8.0.0) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- activemodel-email_address_validator.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemodel-email_address_validator.gemspec b/activemodel-email_address_validator.gemspec index e9ab84c..8ed699d 100644 --- a/activemodel-email_address_validator.gemspec +++ b/activemodel-email_address_validator.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "activemodel", ">= 4.0", "< 8.0" + spec.add_dependency "activemodel", ">= 4.0", "< 9.0" spec.add_development_dependency "bundler", ">= 1.7" spec.add_development_dependency "rake", ">= 10.0"