Skip to content

Commit 7262ad5

Browse files
authored
Merge pull request #36 from alejandroperea/allow-active-admin-3
Allow ActiveAdmin 3
2 parents b00fcd9 + 71f2277 commit 7262ad5

7 files changed

Lines changed: 7 additions & 7 deletions

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

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails60_activeadmin22.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_quill_editor (1.0.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

0 commit comments

Comments
 (0)