Skip to content

Commit 2d2ce34

Browse files
committed
Declare support for Active Admin 1.2-
1 parent 6cd5174 commit 2d2ce34

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.0'
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)