Skip to content

Commit

Permalink
Fixate elasticsearch gem version < 7.14.0 (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Rabotyaga committed Aug 4, 2021
1 parent e779e7d commit e48f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chewy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.add_development_dependency 'unparser'

spec.add_dependency 'activesupport', '>= 5.2'
spec.add_dependency 'elasticsearch', '>= 7.12.0'
spec.add_dependency 'elasticsearch', '>= 7.12.0', '< 7.14.0'
spec.add_dependency 'elasticsearch-dsl'
end

0 comments on commit e48f091

Please sign in to comment.