Skip to content

Commit 5dfb931

Browse files
committed
Declare support for Active Admin 1.2-
1 parent 6cd5174 commit 5dfb931

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Looking for maintainers. See https://github.com/fabn/activeadmin-globalize/issue
1212
## Installation
1313

1414
Current released version on rubygems is `1.0.0.pre`, I won't call it 1.0.0 until some issues has been solved,
15-
but, as reported in [this PR](https://github.com/fabn/activeadmin-globalize/pull/25) it should work with both
16-
AA 1.0.0 and AA 1.1.0.
15+
but, as reported in [this PR](https://github.com/fabn/activeadmin-globalize/pull/25) it should work with
16+
AA 1.x.x.
1717

1818
Current version targets Rails 4 and greater and ActiveAdmin >= 1.0.0.
1919

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)