From 26441fbe13d60a33df0df1294da6770a6f4ca982 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 8 Nov 2024 08:26:56 -0500 Subject: [PATCH] rails 8 compatibility --- exception_notification.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 52c439a3..24c9d375 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -20,8 +20,8 @@ Gem::Specification.new do |s| s.test_files = `git ls-files -- test`.split("\n") s.require_path = 'lib' - s.add_dependency('actionmailer', '>= 5.2', '< 8') - s.add_dependency('activesupport', '>= 5.2', '< 8') + s.add_dependency('actionmailer', '>= 5.2', '< 9') + s.add_dependency('activesupport', '>= 5.2', '< 9') s.add_development_dependency 'appraisal', '~> 2.2.0' s.add_development_dependency 'aws-sdk-sns', '~> 1'