Skip to content

Commit

Permalink
Allow ActiveAdmin 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymes committed Oct 3, 2017
1 parent 4101fdd commit 1d9d553
Showing 1 changed file with 1 addition and 1 deletion.
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.1'
s.add_dependency 'activeadmin', '>= 1.0', '< 1.2'
# Try to support rails from 3.2 up to 4.2.x
s.add_dependency 'globalize', '>= 3.1.0', '< 6.0'

Expand Down

0 comments on commit 1d9d553

Please sign in to comment.