Skip to content

Commit

Permalink
Revert "Bump elasticsearch to support ES 8."
Browse files Browse the repository at this point in the history
This reverts commit 068d474.
  • Loading branch information
mrsweaters committed Aug 10, 2022
1 parent 068d474 commit 1f10c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
activemodel (>= 5.2.0, < 7.1)
activerecord (>= 5.2.0, < 7.1)
activesupport (>= 5.2.0, < 7.1)
elasticsearch (>= 7, < 9)
elasticsearch (>= 7, < 8)

GEM
remote: https://artifacts.dox.support/repository/gems/
Expand Down
2 changes: 1 addition & 1 deletion es-elasticity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "activemodel", ">= 5.2.0", "< 7.1"
spec.add_dependency "activerecord", ">= 5.2.0", "< 7.1"
spec.add_dependency "activesupport", ">= 5.2.0", "< 7.1"
spec.add_dependency "elasticsearch", ">= 7", "< 9"
spec.add_dependency "elasticsearch", ">= 7", "< 8"
end

0 comments on commit 1f10c8d

Please sign in to comment.