Skip to content

Commit 17ef9aa

Browse files
Allow ActiveAdmin 3
1 parent b00fcd9 commit 17ef9aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activeadmin_quill_editor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.files = Dir['{app,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
2626
spec.require_paths = ['lib']
2727

28-
spec.add_runtime_dependency 'activeadmin', '~> 2.0'
28+
spec.add_runtime_dependency 'activeadmin', '>= 2.0, < 4'
2929

3030
spec.add_development_dependency 'appraisal', '~> 2.4'
3131
end

0 commit comments

Comments
 (0)