Skip to content

Commit 1017265

Browse files
author
shuuuuuny
committed
Support activeadmin v3 (expand support version >= 2.8)
1 parent 2ff3bde commit 1017265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeadmin-menu_tree.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
2929
spec.require_paths = ["lib"]
3030

31-
spec.add_dependency "activeadmin", "~> 2.8"
31+
spec.add_dependency "activeadmin", ">= 2.8"
3232
spec.add_dependency "activesupport"
3333

3434
# For more information and examples about making a new gem, checkout our

0 commit comments

Comments
 (0)