Skip to content

Commit

Permalink
Loosen Administrate dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed Mar 7, 2017
1 parent 24173e9 commit ae9bf3e
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 @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = 'administrate-field-belongs_to_search'
gem.version = '0.1.3'.freeze
gem.version = '0.1.4'.freeze
gem.authors = ['Klas Eskilson']
gem.email = ['[email protected]']
gem.homepage = 'https://github.com/fishbrain/administrate-field-belongs_to_search'
Expand All @@ -15,7 +15,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.4.0'
gem.add_dependency 'administrate', '>= 0.3', '< 0.5'
gem.add_dependency 'rails', '>= 4.2', '< 5.1'
gem.add_dependency 'selectize-rails', '~> 0.6'

Expand Down

0 comments on commit ae9bf3e

Please sign in to comment.