Skip to content

Commit

Permalink
Update activeadmin_quill_editor.gemspec
Browse files Browse the repository at this point in the history
I'm going on with the proposed changes to speed up the PR
  • Loading branch information
blocknotes authored Aug 20, 2023
1 parent 17ef9aa commit 361da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin_quill_editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 361da50

Please sign in to comment.