Skip to content

Commit

Permalink
Update chewy requirement to >= 0.10.1, < 5.1.0 (#166)
Browse files Browse the repository at this point in the history
Updates the requirements on [chewy](https://github.com/toptal/chewy) to permit the latest version.
- [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md)
- [Commits](toptal/chewy@v0.10.1...v5.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phyrog committed Mar 21, 2018
1 parent b02849c commit 9b36e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
ontohub-models (0.1.0)
awesome_print (~> 1.8.0)
chewy (~> 0.10.1)
chewy (>= 0.10.1, < 5.1.0)
devise (>= 4.3, < 4.5)
pry (~> 0.11.0)
rails (~> 5.1.4)
Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (10.0.0)
chewy (0.10.1)
chewy (5.0.0)
activesupport (>= 4.0)
elasticsearch (>= 2.0.0)
elasticsearch-dsl
Expand Down
2 changes: 1 addition & 1 deletion ontohub-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
end

# Runtime dependencies
s.add_dependency 'chewy', '~> 0.10.1'
s.add_dependency 'chewy', '>= 0.10.1', '< 5.1.0'
s.add_dependency 'devise', '>= 4.3', '< 4.5'
s.add_dependency 'rails', '~> 5.1.4'
s.add_dependency 'sequel', '>= 5.2', '< 5.7'
Expand Down

0 comments on commit 9b36e3d

Please sign in to comment.