Skip to content

Commit

Permalink
Merge pull request #9 from fishbrain/bump-version-constraints
Browse files Browse the repository at this point in the history
Support Administrate 0.6
  • Loading branch information
klaseskilson authored May 3, 2017
2 parents 921326a + 445e179 commit 01a26b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |gem|
gem.summary = 'Plugin that adds search capabilities to belongs_to associations for Administrate'
gem.license = 'MIT'

gem.require_paths = %w(lib)
gem.require_paths = %w[lib]
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 01a26b8

Please sign in to comment.