From 5bc2cad334d6beb2e4d7a19d9f1e5eef586f5d58 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 9 May 2024 09:14:27 +0200 Subject: [PATCH] Loosen restrictions on activesupport gem --- threema.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threema.gemspec b/threema.gemspec index 9f38b4b..464d48d 100644 --- a/threema.gemspec +++ b/threema.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.files = Dir['{lib}/**/*'] spec.require_paths = ['lib'] - spec.add_runtime_dependency 'activesupport', '~> 7.0.8' + spec.add_runtime_dependency 'activesupport', '<= 7.0.8' spec.add_runtime_dependency 'dotenv' spec.add_runtime_dependency 'mimemagic' spec.add_runtime_dependency 'mime-types'