Skip to content

Commit e677df6

Browse files
committed
allow activeadmin up to 2.7
1 parent 6cd5174 commit e677df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeadmin-globalize.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.files = Dir['{app,config,db,lib}/**/*'] + %w(MIT-LICENSE README.md)
1717

18-
s.add_dependency 'activeadmin', '>= 1.0', '< 1.2'
18+
s.add_dependency 'activeadmin', '>= 1.0', '< 2.7'
1919
# Try to support rails from 3.2 up to 4.2.x
2020
s.add_dependency 'globalize', '>= 3.1.0', '< 6.0'
2121

0 commit comments

Comments
 (0)