Skip to content

Declare support for Active Admin 1.2- #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Looking for maintainers. See https://github.com/fabn/activeadmin-globalize/issue
## Installation

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

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

Expand Down
2 changes: 1 addition & 1 deletion activeadmin-globalize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

s.add_dependency 'activeadmin', '>= 1.0', '< 1.2'
s.add_dependency 'activeadmin', '>= 1.0', '< 2.0'
# Try to support rails from 3.2 up to 4.2.x
s.add_dependency 'globalize', '>= 3.1.0', '< 6.0'

Expand Down