Skip to content

Commit

Permalink
Update dependency to explicitly support version 7
Browse files Browse the repository at this point in the history
Dependency has been updated to follow Elasticsearch gems' version policy.
This improves gem consistency and maintenance efficiency.
  • Loading branch information
aeroastro authored and picandocodigo committed Mar 1, 2021
1 parent cd9c309 commit 65942e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch-model/elasticsearch-model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.4'

s.add_dependency 'activesupport', '> 3'
s.add_dependency 'elasticsearch', '> 1'
s.add_dependency 'elasticsearch', '~> 7'
s.add_dependency 'hashie'

s.add_development_dependency 'activemodel', '> 3'
Expand Down

0 comments on commit 65942e3

Please sign in to comment.