From 6b0bc8b17cba38ea8de16eb10b1f25decbd4096b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:12:02 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2, < 8 to >= 4.2, < 9 Updates the requirements on [activesupport](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/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.0...v7.2.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemstash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemstash.gemspec b/gemstash.gemspec index dc630fd1..fe386025 100644 --- a/gemstash.gemspec +++ b/gemstash.gemspec @@ -31,7 +31,7 @@ you push your own private gems as well." spec.required_ruby_version = ">= 3.1" - spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8" + spec.add_runtime_dependency "activesupport", ">= 4.2", "< 9" spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4" spec.add_runtime_dependency "faraday", ">= 1", "< 3" spec.add_runtime_dependency "faraday_middleware", "~> 1.0"