Skip to content

Commit

Permalink
Merge pull request fishbrain#12 from dan-ding/relax-deps
Browse files Browse the repository at this point in the history
change administrate/rails version deps
  • Loading branch information
klaseskilson authored Aug 15, 2017
2 parents 01a26b8 + ca130b5 commit f5cf77c
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 @@ -16,8 +16,8 @@ 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.7'
gem.add_dependency 'rails', '>= 4.2', '< 5.1'
gem.add_dependency 'administrate', '>= 0.3', '< 1.0'
gem.add_dependency 'rails', '>= 4.2', '< 5.2'
gem.add_dependency 'selectize-rails', '~> 0.6'

gem.add_development_dependency 'coveralls', '~> 0'
Expand Down

0 comments on commit f5cf77c

Please sign in to comment.