Skip to content

Commit

Permalink
[Gemspec] Support Administrate 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Klas Eskilson <[email protected]>
  • Loading branch information
klaseskilson committed May 3, 2017
1 parent 921326a commit 848a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
gem.test_files = `git ls-files -z -- {spec}/*`.split("\x0")

gem.add_dependency 'administrate', '>= 0.3', '< 0.6'
gem.add_dependency 'administrate', '>= 0.3', '< 0.7'
gem.add_dependency 'rails', '>= 4.2', '< 5.1'
gem.add_dependency 'selectize-rails', '~> 0.6'

Expand Down

0 comments on commit 848a32c

Please sign in to comment.