From 361da5096d23ac14b2f514adfdcbdba07d40d657 Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Sun, 20 Aug 2023 16:13:24 +0200 Subject: [PATCH] Update activeadmin_quill_editor.gemspec I'm going on with the proposed changes to speed up the PR --- activeadmin_quill_editor.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activeadmin_quill_editor.gemspec b/activeadmin_quill_editor.gemspec index ede1762..0790737 100644 --- a/activeadmin_quill_editor.gemspec +++ b/activeadmin_quill_editor.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.files = Dir['{app,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md'] spec.require_paths = ['lib'] - spec.add_runtime_dependency 'activeadmin', '>= 2.0, < 4' + spec.add_runtime_dependency 'activeadmin', '>= 2.0', '< 4' spec.add_development_dependency 'appraisal', '~> 2.4' end