From a7b09f2c5dbbf3c6bc9c1a267bf1d9dd5262294d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:13:35 +0000 Subject: [PATCH] Update activesupport requirement from >= 5, < 7 to >= 5, < 8 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/v7.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nora.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nora.gemspec b/nora.gemspec index 6dc1d69..e2b6b67 100644 --- a/nora.gemspec +++ b/nora.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "overcommit", "~> 0.57" spec.add_development_dependency "rubocop", "~> 1.0" - spec.add_dependency "activesupport", ">= 5", "< 7" + spec.add_dependency "activesupport", ">= 5", "< 8" spec.add_dependency "chronic", "~> 0.10" spec.add_dependency "google-api-client", "~> 0.10" spec.add_dependency "memo_wise", ">= 0.4", "< 2.0"