From 2a7fe7b62372e66a42e41fdc1a5421b63fb15f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:28:55 +0000 Subject: [PATCH] Update activesupport requirement from >= 3.0.0, < 5.0.0 to >= 3.0.0, < 8.0.0 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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.0...v4.2.11.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adhearsion.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adhearsion.gemspec b/adhearsion.gemspec index 4f95fef22..3eb8a5546 100644 --- a/adhearsion.gemspec +++ b/adhearsion.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency 'activesupport', [">= 3.0.0", "< 5.0.0"] + s.add_runtime_dependency 'activesupport', ">= 3.0.0", "< 8.0.0" s.add_runtime_dependency 'adhearsion-loquacious', ["~> 1.9"] s.add_runtime_dependency 'bundler', [">= 1.0"] s.add_runtime_dependency 'celluloid', ["~> 0.14"]