Update activeadmin_quill_editor.gemspec

I'm going on with the proposed changes to speed up the PR
Этот коммит содержится в:
Mattia Roccoberton
2023-08-20 16:13:24 +02:00
коммит произвёл GitHub
родитель 17ef9aa5db
Коммит 361da5096d

Просмотреть файл

@@ -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