Skip to content

Commit

Permalink
Merge pull request #5 from fishbrain/fix-rails-dependency
Browse files Browse the repository at this point in the history
Ensure Rails dependency actually works
  • Loading branch information
klaseskilson authored Feb 2, 2017
2 parents b526269 + 4b9d76f commit bf1de8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Upcoming release

* #2 Support multiple search fields on one dashboard
* #1 Fix `associated_class` for unset associations
* Fix broken Rails dependency (klaseskilson)

## 0.1.0

Expand Down
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.test_files = `git ls-files -z -- {spec}/*`.split("\x0")

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

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

0 comments on commit bf1de8f

Please sign in to comment.